Documentation Index
Fetch the complete documentation index at: https://docs.anduril.atlas.arenaphysica.com/llms.txt
Use this file to discover all available pages before exploring further.
The Atlas CLI is a binary tool for running interactive workflows: generating issues from data files and monitoring jobs. It’s available for macOS, Linux, and Windows.
Installation
macOS / Linux:
curl -fsSL $ATLAS_URL/api/v1/cli/install.sh | bash
Reload your shell after installation:
source ~/.bashrc # or ~/.zshrc
Windows: Download the binary from $ATLAS_URL/api/v1/cli/download/windows-amd64.
Set your server URL
atlas setup-url $ATLAS_URL
Configuration
| Location | Description |
|---|
~/.atlas/token | Saved authentication token |
~/.atlas/url | Saved server URL |
| Variable | Description |
|---|
ATLAS_URL | Overrides saved server URL |
ATLAS_TOKEN | Overrides saved token |
Self-update
Downloads and installs the latest CLI version from your Atlas deployment.
Commands
| Command | Description |
|---|
atlas login | Authenticate with Atlas |
atlas logout | Remove saved credentials |
atlas setup-url <url> | Set server URL |
atlas generate-issue | Generate an issue from data files |
atlas status <job-run-id> | Check job status |
atlas cancel <job-run-id> | Cancel a job |
atlas watch | Monitor active jobs |
atlas update | Update CLI to latest version |
atlas version | Show CLI version |