auth subcommand manages your local credentials and which workspace commands act on.
auth login
auth logout
auth status
- Active workspace name and id
- All saved workspaces
- Token (redacted)
- Server URL
auth workspaces list
auth workspaces switch <id>
auth workspaces current
Multiple accounts
The CLI stores one active credential set. To use different accounts on the same machine, pointNORA_TOKEN at the token you want for that command:
Personal vs workspace tokens
- Personal access tokens (issued by
auth loginor from the app) act on any workspace you belong to. - Workspace tokens (from Settings → Workspace Tokens) are pinned to one workspace. Preferred for CI/CD.