Skip to main content
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 https://spacex.atlas.arenaphysica.com/api/v1/cli/install.sh | bash
Reload your shell after installation:
source ~/.bashrc   # or ~/.zshrc
Windows: Download the binary from https://spacex.atlas.arenaphysica.com/api/v1/cli/download/windows-amd64.

Set your server URL

atlas setup-url https://spacex.atlas.arenaphysica.com

Configuration

LocationDescription
~/.atlas/tokenSaved authentication token
~/.atlas/urlSaved server URL
VariableDescription
ATLAS_URLOverrides saved server URL
ATLAS_TOKENOverrides saved token

Self-update

atlas update
Downloads and installs the latest CLI version from your Atlas deployment.

Commands

CommandDescription
atlas loginAuthenticate with Atlas
atlas logoutRemove saved credentials
atlas setup-url <url>Set server URL
atlas generate-issueGenerate an issue from data files
atlas status <job-run-id>Check job status
atlas cancel <job-run-id>Cancel a job
atlas watchMonitor active jobs
atlas updateUpdate CLI to latest version
atlas versionShow CLI version