Skip to content

Commit d7a4ae1

Browse files
authored
Merge pull request #877 from oracle/feature/PDPDEVTOOL-5988-Update-Readmes
Feature/pdpdevtool 5988 update readmes
2 parents a45be10 + 43f653b commit d7a4ae1

File tree

5 files changed

+21
-18
lines changed

5 files changed

+21
-18
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ In this GitHub repository, the following SuiteCloud SDK tools are available:
2020
</a>
2121

2222
## Release Notes & Documentation
23-
To read the 2024.2 NetSuite's release notes and documentation, check the following sections of NetSuite's Help Center:
24-
- Read the release notes for NetSuite 2024.2 in [SuiteCloud SDK Release Notes](https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_1558730192.html).
23+
To read the 2025.1 NetSuite's release notes and documentation, check the following sections of NetSuite's Help Center:
24+
- Read the release notes for NetSuite 2025.1 in [SuiteCloud SDK Release Notes](https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_1558730192.html).
2525
- Read the latest updates under SuiteCloud SDK in the [Help Center Weekly Updates](https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/chapter_3798389663.html).
2626

2727

@@ -34,7 +34,7 @@ Please consult the [security guide](./SECURITY.md) for our responsible security
3434

3535

3636
## License
37-
Copyright (c) 2022, 2023, 2024 Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.
37+
Copyright (c) 2022, 2023, 2024, 2025 Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.
3838

3939
By installing SuiteCloud CLI for Node.js, you are accepting the installation of the SuiteCloud SDK dependency under the [Oracle Free Use Terms and Conditions](https://www.oracle.com/downloads/licenses/oracle-free-license.html) license.
4040

packages/node-cli/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ CLI for Node.js is an interactive tool that guides you through all the steps of
1313

1414
## Prerequisites
1515
The following software is required to work with SuiteCloud CLI for Node.js:
16-
- Node.js version 20 LTS
17-
- Oracle JDK version 17
16+
- Node.js version 22 LTS
17+
- Oracle JDK version 17 or 21
1818

1919
Read the full list of prerequisites in [SuiteCloud CLI for Node.js Installation Prerequisites](https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_1558708810.html).
2020

@@ -25,8 +25,8 @@ The following table shows the CLI versions currently available in NPM.
2525

2626
| CLI Versions Available in NPM | Available Since | Compatible NetSuite Version |
2727
|:-----------------------------:|:---------------:|:---------------------------:|
28+
| 3.0.X | 2025.1 | 2024.2 and 2025.1 |
2829
| 2.0.X | 2024.2 | 2024.1 and 2024.2 |
29-
| 1.9.X | 2024.1 | 2024.1 and 2024.2 |
3030

3131
## Installation
3232
Since CLI for Node.js is a development tool, use a global instance to install it by running the following command:
@@ -92,15 +92,15 @@ suitecloud account:setup
9292
```
9393

9494
## Release Notes & Documentation
95-
To read the 2024.2 NetSuite's release notes and documentation, check the following sections of NetSuite's Help Center:
96-
- Read the release notes for NetSuite 2024.2 in [SuiteCloud SDK Release Notes](https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_1558730192.html).
95+
To read the 2025.1 NetSuite's release notes and documentation, check the following sections of NetSuite's Help Center:
96+
- Read the release notes for NetSuite 2025.1 in [SuiteCloud SDK Release Notes](https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_1558730192.html).
9797
- Read the latest updates under SuiteCloud SDK in the [Help Center Weekly Updates](https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/chapter_3798389663.html).
9898
- Read the CLI for Node.js documentation in [SuiteCloud CLI for Node.js Guide](https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/chapter_1558708800.html).
9999

100100
## Contributing
101101
SuiteCloud CLI for Node.js is an open source project. Pull Requests are currently not being accepted. See [Contributing](/CONTRIBUTING.md) for details.
102102

103103
## [License](/LICENSE.txt)
104-
Copyright (c) 2022, 2023, 2024 Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.
104+
Copyright (c) 2022, 2023, 2024, 2025 Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.
105105

106106
By installing SuiteCloud CLI for Node.js, you are accepting the installation of the SuiteCloud SDK dependency under the [Oracle Free Use Terms and Conditions](https://www.oracle.com/downloads/licenses/oracle-free-license.html) license.

packages/unit-testing/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ For more information about the available SuitScript 2.x modules, see [SuiteScrip
2020
For more information about all the mockable stubs, see the CORE_STUBS list in [SuiteCloudJestConfiguration.js](./jest-configuration/SuiteCloudJestConfiguration.js).
2121

2222
## Prerequisites
23-
- Node.js version 20 LTS
23+
- Node.js version 22 LTS
2424
- Having a SuiteCloud project
2525

2626
## Getting Started
@@ -325,4 +325,4 @@ describe('Sample test with user defined http module stub', () => {
325325
Suitecloud Unit Testing is an open source project. Pull requests are currently not being accepted. See [Contributing](/CONTRIBUTING.md) for details.
326326

327327
## [License](/LICENSE.txt)
328-
Copyright (c) 2023, 2024 Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.
328+
Copyright (c) 2023, 2024, 2025 Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.

packages/vscode-extension/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 3.0.0
4+
5+
- Secure Credentials Storage for SuiteCloud SDK
6+
37
## 2.0.1
48

59
- Fix for GitHub issue 841

packages/vscode-extension/README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Read more about SuiteCloud SDK and SDF in <a href="https://docs.oracle.com/en/cl
1313

1414
## Installation Prerequisites
1515
The following software is required to work with SuiteCloud Extension for Visual Studio Code:
16-
- Oracle JDK version 17
17-
- VS Code version 1.91.1 or higher
16+
- Oracle JDK version 17 or 21
17+
- VS Code version 1.96.0 or higher
1818

1919
Read the detailed list of prerequisites in <a href="https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_159223197655.html" rel="noopener noreferrer" target=blank>Installation Prerequisites for SuiteCloud Extension for Visual Studio Code</a>.
2020

@@ -25,8 +25,8 @@ The following table shows the extension versions currently available in the Mark
2525

2626
| Extension Versions Available in the Marketplace | Available Since | Compatible NetSuite Version |
2727
|:-----------------------------------------------:|:---------------:|:---------------------------:|
28+
| 3.0.0 | 2025.1 | 2024.2 and 2025.1 |
2829
| 2.0.X | 2024.2 | 2024.1 and 2024.2 |
29-
| 1.6.X | 2024.1 | 2024.1 and 2024.2 |
3030

3131
## Installing SuiteCloud Extension for Visual Studio Code
3232
To install SuiteCloud Extension for Visual Studio Code, follow these steps:
@@ -77,7 +77,6 @@ To add an account, follow these steps:
7777
Your account is successfully set up.
7878

7979

80-
8180
To set an account as default for a project, follow these steps:
8281
1. Open the Command Palette.
8382
2. Enter **SuiteCloud** and from the dropdown list, select **SuiteCloud: Set Up Account**.
@@ -116,15 +115,15 @@ To read more about what you can do with SuiteCloud Extension for Visual Studio C
116115
SuiteCloud CLI for Node.js is compatible with your Visual Studio Code integrated terminal, so you can run SuiteCloud CLI for Node.js commands directly there, independently from VS Code. To read more about it, visit <a href="https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/book_1558706016.html" rel="noopener noreferrer" target=blank>SuiteCloud CLI for Node.js</a>.
117116

118117
## Release Notes & Documentation
119-
To read the 2024.2 NetSuite's release notes and documentation, check the following sections of NetSuite's Help Center:
120-
- Read the release notes for NetSuite 2024.2 in [SuiteCloud SDK Release Notes](https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_1558730192.html).
118+
To read the 2025.1 NetSuite's release notes and documentation, check the following sections of NetSuite's Help Center:
119+
- Read the release notes for NetSuite 2025.1 in [SuiteCloud SDK Release Notes](https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_1558730192.html).
121120
- Read the latest updates under SuiteCloud SDK in the [Help Center Weekly Updates](https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/chapter_3798389663.html).
122121
- Read the SuiteCloud Extension for Visual Studio Code documentation in [NetSuite's Help Center](https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/book_159223417590.html).
123122

124123
## Contributing
125124
SuiteCloud Extension for Visual Studio Code is an open source project. Pull Requests are currently not being accepted. See [Contributing](/CONTRIBUTING.md) for details.
126125

127126
## License
128-
Copyright (c) 2022, 2023, 2024 Oracle and/or its affiliates The Universal Permissive License (UPL), version 1.0. See [License](/LICENSE.txt) for details.
127+
Copyright (c) 2022, 2023, 2024, 2025 Oracle and/or its affiliates The Universal Permissive License (UPL), version 1.0. See [License](/LICENSE.txt) for details.
129128

130129
By installing SuiteCloud Extension for Visual Studio Code, you are accepting the installation of the SuiteCloud SDK dependency under the [Oracle Free Use Terms and Conditions](https://www.oracle.com/downloads/licenses/oracle-free-license.html) license.

0 commit comments

Comments
 (0)