Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.atollhq.com/llms.txt

Use this file to discover all available pages before exploring further.

Check current auth

atoll auth status
atoll config show
config show reports where each value came from.

List profiles

atoll auth profiles

Switch profile

atoll auth use agent-a
Run a command as another profile without switching:
atoll --profile agent-b issue list

Override org or team

atoll --org acme issue list
atoll --team engineering issue list

Environment variables

Unset stale variables when they override profile configuration:
unset ATOLL_PROFILE
unset ATOLL_API_KEY
unset ATOLL_ORG
unset ATOLL_TEAM
unset ATOLL_PROJECT
unset ATOLL_BASE_URL

JSON mode surprises

When using --json, diagnostics and errors go to stderr. Parse stdout only.
atoll --json issue list > issues.json