Setting Up SuiteCloud CLI for Node.js
Before you can start working with SuiteCloud CLI for Node.js, you need to run suitecloud account:setup
in the folder of your project.
In case you do not have a project created, you can run suitecloud project:create —i
, and then, run suitecloud account:setup
.
Important:
Make sure your role is set up for SDF development. For more information, see Assigning the Developer Role (Administrator Only).
To see how to install and set up SuiteCloud CLI for Node.js, watch the following video:
To set up SuiteCloud CLI for Node.js
-
Launch your command-line interpreter of preference.
-
Go to the location of an existing project in your machine.
-
Within your project folder, run
suitecloud account:setup
and answer the questions in SuiteCloud CLI.Tip:To exit the process at any moment, press Ctrl +C.
Related Topics
- SuiteCloud CLI for Node.js Guide
- SuiteCloud CLI for Node.js Installation Prerequisites
- Supported Versions of SuiteCloud CLI for Node.js
- Supported Command-Line Interpreters for SuiteCloud CLI for Node.js
- Installing SuiteCloud CLI for Node.js
- About the Project Structure in SuiteCloud CLI for Node.js
- Debugging in Visual Studio Code using SuiteCloud CLI for Node.js
- SuiteCloud Unit Testing with Jest