Before you begin
Make sure you have:- A terminal or command prompt open
- An Atlas account (Reach out in #ext-arena-regent-craft to get set up.)
This guide covers the terminal CLI. Atlas is also available on the web for viewing reports.
Step 1: Install Atlas CLI
macOS / Linux:Step 2: Authenticate
Link your Atlas account to the CLI:Generating diagnostic issue reports
Thegenerate-issue command provides an interactive experience to create AI-powered diagnostic reports from your data files. Atlas analyzes telemetry data, identifies root causes, and generates structured issue reports with evidence and visualizations.
What happens next
- Files are uploaded to Atlas (if needed).
- A diagnostic job starts processing your data, and a link to the live job run is provided.
- You’ll see real-time progress as the job runs.
- Processing takes 15-40 minutes depending on the size of your data upload (10GB of data ~ 30 minutes).
- When complete, you’ll receive a link to your diagnostic issue report.
Commands reference
| Command | Description |
|---|---|
atlas login | Authenticate with Atlas |
atlas generate-issue | Start interactive issue generation |
atlas generate-issue --resume | Resume monitoring an existing job |
atlas status <job-run-id> | Check job status |
atlas cancel <job-run-id> | Cancel a running job |
atlas logout | Remove saved credentials |
atlas version | Show CLI version |