The CLI uses your browser to sign you in and securely saves your session, so you never need to enter an API key.
Log in
Your browser opens to complete sign-in. Once you approve it, the CLI saves credentials for that subdomain. If you omit --subdomain, the CLI prompts for it.
Your subdomain is the first part of your workspace URL - for
https://spinkart.neetocal.com, the subdomain is spinkart.
Where credentials are stored
Credentials for every signed-in workspace live in a single file:
Removing this file signs you out of every workspace, the same as neetocal logout --all.
Check who you are
Lists every signed-in account. When exactly one is signed in, it is marked (default). Pass --subdomain <name> to show just one.
Log out
Working with multiple workspaces
You can sign in to several subdomains at once. To add another workspace, name its subdomain:
When more than one workspace is signed in, every command that talks to the API requires --subdomain. If you omit it, the CLI errors and lists the signed-in workspaces.
With one signed-in workspace, it is the default and --subdomain stays optional.
Troubleshooting
If sign-in or connection problems come up, run neetocal doctor first. See Troubleshooting for common issues and fixes.