@oracle/suitecloud-cli
Version:
SuiteCloud CLI for Node.js
20 lines (19 loc) • 590 B
JSON
{
"account:setup": {
"name": "account:setup",
"alias": "sa",
"description": "Sets up an account to use with SuiteCloud SDK and configures the default auth ID for the SuiteCloud project. This command requires browser-based login to NetSuite.",
"isSetupRequired": false,
"forceInteractiveMode": true,
"options": {
"dev": {
"name": "dev",
"alias": "d",
"description": "It only needs to be specified if you want to use a customized NetSuite domain.",
"type": "FLAG",
"mandatory": false,
"disableInIntegrationMode": false
}
}
}
}