suitecloud
SuiteCloud CLI
Subcommands
Name | Description |
---|---|
account:manageauth | Manages authentication IDs (authID) for all your projects. An authentication ID is a custom alias you gave to a specific account-role combination |
account:savetoken | Saves a TBA token that you issued previously in NetSuite |
account:setup | Sets up an account to use with the SuiteCloud CLI for Node.js |
file:create | Creates a SuiteScript file |
file:import | Imports files from an account to your account customization project. You cannot import files from a SuiteApp |
file:list | Lists the files in the File Cabinet of your account |
file:upload | Uploads files from your project to an account |
object:import | Imports custom objects from your NetSuite account to the SuiteCloud project. In account customization projects (ACP), if SuiteScript files are referenced in the custom objects you import, these files get imported by default |
object:list | Lists the custom objects deployed in an account |
object:update | Overwrites the custom objects in the project with the custom objects in an account |
project:adddependencies | Adds the missing dependencies to the manifest file |
project:create | Creates a SuiteCloud project, either a SuiteApp or an account customization project (ACP) |
project:deploy | Deploys the folder containing the project. The project folder is zipped before deployment, only including the files and folders referenced in the deploy.xml file |
project:package | Generates a ZIP file from your project, respecting the structure specified in the deploy.xml file |
project:validate | Validates the folder containing the SuiteCloud project |
Options
Name | Description |
---|---|
--version | Outputs the version number |
-h, --help | Displays help for the command |