Sign In
Authenticate with Circuit.- The CLI generates a unique auth ID via the Circuit API
- Opens your browser to the Circuit login page with the auth ID
- The CLI polls the API for the session token while you authenticate
- Once authenticated, the token is stored in
~/.config/circuit/auth-<environment>.json(e.g.auth-staging.json)
Sign Out
Sign out from Circuit.- Clears the stored session token from
~/.config/circuit/auth-<environment>.jsonfor the current environment - No parameters required
Logged In User Info
Show current authenticated user.--show-auth/-a: Display a base64-encoded auth token for CI/CD use.
- Displays your Circuit username
- Shows authentication status
- With
--show-auth: prints an auth token for non-interactive environments