Installing SuiteCloud CLI for Node.js

Important:

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 license below.

The following license terms apply to those Programs that are not provided to You under Separate Terms.

SuiteCloud CLI for Node.js is available in npm: SuiteCloud CLI for Node.js.

To install SuiteCloud CLI for Node.js, launch Command Prompt and run:

npm install -g @oracle/suitecloud-cli

When installing SuiteCloud CLI for Node.js through a script, for instance in a CI environment, you can skip showing the license presented during the normal installation process. To do so, add the --acceptSuiteCloudSDKLicense flag to the install script as follows:

npm install -g --acceptSuiteCloudSDKLicense @oracle/suitecloud-cli

Note:

To configure a proxy server, create the SUITECLOUD_PROXY environment variable. To be valid, the variable value must include an http or https protocol, a hostname, and a port number, for example: http://proxyurl:proxyport. After creating the variable, restart the console.

Important:

If you are using npm 5.2 or higher, refer to the official npm documentation: https://docs.npmjs.com/downloading-and-installing-packages-globally.

Related Topics

General Notices