Installing SuiteCloud CLI for Node.js

Important:

By installing SuiteCloud CLI for Node.js, you're 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 

        

If you're installing SuiteCloud CLI for Node.js with a script, like in a CI environment, you can skip the license prompt by adding the --acceptSuiteCloudSDKLicense flag to your install script like this:

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

        

You can always check the current version by running: suitecloud --version.

Note:

To set up a proxy server, create the SUITECLOUD_PROXY environment variable. The variable value must include an http or https protocol, a hostname, and a port number, like http://proxyurl:proxyport. After you create the variable, restart your console.

Important:

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

Related Topics

General Notices