Skip to main content

Check current auth

config show reports where each value came from.

List profiles

Switch profile

Run a command as another profile without switching:
If a named profile has no org ID, resource commands fail before making org-scoped requests. Fix it with atoll config set-org org-uuid --profile agent-b or pass --org-id org-uuid for that command.

Override org or team

Environment variables

Profiles are the default persistent configuration for developer and agent machines. Env vars are still supported for CI, containers, and one-off commands, but they must be explicit on multi-profile machines:
If a command reports a context conflict, either choose a profile or remove stale env vars:

JSON mode surprises

When using --json, diagnostics and errors go to stderr. Parse stdout only.