account:setup
Sets up an account to use with SuiteCloud SDK and configures the default auth ID for your SuiteCloud project.
This command needs a browser-based login to NetSuite.
This command only works in interactive mode.
The suitecloud account:setup command uses browser-based authentication, so your account is authenticated through a browser that opens automatically. The browser may open in the background.
Browser-based authentication doesn't work with Windows Subsystem for Linux.
Syntax
            suitecloud account:setup 
          
        Options
| Option | Required / Optional | Description | 
|---|---|---|
| -i or --interactive | Optional | Runs the  | 
| -h or --help | Optional | Displays help for the command. | 
Example
Here's a command that sets up the account for your current SuiteCloud project using interactive mode:
            suitecloud account:setup 
          
          Before you run the command, you’ll be prompted with these questions:
            Select or create an authentication ID (a custom alias you give to a specific account-role combination):
  ***The authentication ID that you select or create will be set up as default. > Create a new authentication ID.
Enter an authentication ID: myDevRole 
          
        Output Example
When you run the command, it produces an output that is similar to the following:
            The account has been authenticated for the following company and role: DB 9006 OneWorld for My Account Name [Developer]. This project will use the authentication ID "myDevRole" as default. If you want to change your default credentials, run "suitecloud account:setup" again.
The account has been successfully set up.