Setting Up SuiteCloud CLI for Node.js
Before you start working with SuiteCloud CLI for Node.js, you need to run suitecloud account:setup
in your project folder.
If you don't have a project yet, run suitecloud project:create —i
, 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 preferred command-line interpreter.
-
Go to the folder of an existing project on your machine.
-
In your project folder, run
suitecloud account:setup
and answer the questions in SuiteCloud CLI.Tip:To exit the process at any time, 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