Skip to main content

atlas login

Authenticate with Atlas using a device code flow.
atlas login
Opens a browser window to complete authentication. Once finished, your credentials are saved:
  • Token → ~/.atlas/token
  • Server URL → ~/.atlas/url
Tokens are valid for 24 hours. Run atlas login again when yours expires. You will see an “authentication error” if your token has expired.

atlas logout

Remove saved credentials from your local machine.
atlas logout

atlas setup-url

Set the Atlas server URL. Run this once after installation before logging in.
atlas setup-url https://spacex.atlas.arenaphysica.com

Environment variables

Override saved credentials without modifying local files:
VariableDescription
ATLAS_URLAtlas server URL
ATLAS_TOKENAuthentication token
Environment variables take precedence over values in ~/.atlas/.