You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,16 +20,16 @@ In this GitHub repository, the following SuiteCloud SDK tools are available:
20
20
</a>
21
21
22
22
## Release Notes & Documentation
23
-
To read the 2023.1 NetSuite's release notes and documentation, check the following sections of NetSuite's Help Center:
24
-
- Read the release notes for NetSuite 2023.1 in [SuiteCloud SDK Release Notes](https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_1558730192.html).
23
+
To read the 2023.2 NetSuite's release notes and documentation, check the following sections of NetSuite's Help Center:
24
+
- Read the release notes for NetSuite 2023.2 in [SuiteCloud SDK Release Notes](https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_1558730192.html).
25
25
- 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).
26
26
27
27
28
28
## Contributing
29
29
SuiteCloud SDK is an open source project. Pull Requests are currently not being accepted. See [Contributing to SuiteCloud SDK](./CONTRIBUTING.md).
30
30
31
31
## [License](./LICENSE.txt)
32
-
Copyright (c) 2023 Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.
32
+
Copyright (c) 2022, 2023 Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.
33
33
34
34
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.
Copy file name to clipboardExpand all lines: packages/node-cli/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,8 +25,8 @@ Each version of CLI for Node.js in NPM works optimally with a specific NetSuite
25
25
26
26
| Version in NPM | Version in NetSuite |
27
27
|:--------------:|:-------------------:|
28
+
| 1.8.X | 2023.2 |
28
29
| 1.7.X | 2023.1 |
29
-
| 1.6.X | 2022.2 |
30
30
31
31
## Installation
32
32
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
92
92
```
93
93
94
94
## Release Notes & Documentation
95
-
To read the 2023.1 NetSuite's release notes and documentation, check the following sections of NetSuite's Help Center:
96
-
- Read the release notes for NetSuite 2023.1 in [SuiteCloud SDK Release Notes](https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_1558730192.html).
95
+
To read the 2023.2 NetSuite's release notes and documentation, check the following sections of NetSuite's Help Center:
96
+
- Read the release notes for NetSuite 2023.2 in [SuiteCloud SDK Release Notes](https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_1558730192.html).
97
97
- 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).
98
98
- 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).
99
99
100
100
## Contributing
101
101
SuiteCloud CLI for Node.js is an open source project. Pull Requests are currently not being accepted. See [Contributing](/CONTRIBUTING.md) for details.
102
102
103
103
## [License](/LICENSE.txt)
104
-
Copyright (c) 2023 Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.
104
+
Copyright (c) 2022, 2023 Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.
105
105
106
106
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.
0 commit comments