atlas login
Authenticate with Atlas using device code flow.~/.atlas/token for future use.
atlas logout
Remove saved authentication credentials.atlas generate-issue
Generate AI-powered diagnostic issue reports from your data files.Interactive flow
The command provides an interactive experience that guides you through:-
File selection: Provide a file or directory name (either a local path or something you’ve uploaded already).
- Local files:
~/data/flight_data.parquetordata.parquet - Directories:
~/telemetry/mission_1/(uploads all files inside) - Uploaded files: Just the file or directory name if already uploaded.
- Local files:
-
Conflict handling: If the file or directory has been uploaded to Atlas already, choose:
- Use the existing uploaded file
- Replace with your local version
- Quit and rename
-
Optional context: Add up to 3 existing issue IDs to provide context (you can get the issue ID from the URL in the web app, e.g.,
https://regent.atlas.arena-ai.com/issue/{issue ID}). - Additional instructions: Provide any specific guidance for the analysis.
- Confirmation: Review your configuration before submitting.
Options
| Flag | Description |
|---|---|
--resume | Resume monitoring an existing job run |
Examples
Resume interrupted jobs
If your terminal gets disconnected, you can re-attach to running jobs:atlas status
Check the status of an existing job run.Status values
| Status | Description |
|---|---|
pending | Job is queued |
running | Job is processing |
completed | Job finished successfully |
failed | Job encountered an error |
cancelled | Job was cancelled |
Examples
atlas cancel
Cancel a running or pending job.cancelled.
Examples
atlas version
Display the CLI version.Tips & best practices
File uploads
- If you’re analyzing the same data multiple times, the CLI remembers previously uploaded files - just select “use existing” when prompted.
Job management
- The job run URL is displayed immediately when a job starts - save it for reference.
- Use
--resumeif you need to disconnect from the CLI but want to check back later. - Jobs can be viewed and managed on the web at
https://regent.atlas.arena-ai.com/jobs/<job-run-id>.
Authentication
- Your token is saved to
~/.atlas/tokenand remains valid for 24 hours. - Run
atlas loginagain if you see authentication errors. - The Atlas URL is saved to
~/.atlas/urlduring installation.
Troubleshooting
”Not authenticated” error
Can’t find uploaded file
- Check that the filename matches exactly (case-sensitive).
- Use the full path if the file is in a subdirectory.
- Files are uploaded to the
user_uploaded_issue_files/prefix in S3.
Job taking too long
- Check the job status on the web:
https://regent.atlas.arena-ai.com/jobs/<job-run-id>. - Large datasets with many files can take 15 minutes or more.
- You can safely disconnect and use
--resumeto check back later.
Configuration files
| File | Description |
|---|---|
~/.atlas/token | Saved authentication token |
~/.atlas/url | Saved API URL |
Environment variables
| Variable | Description |
|---|---|
ATLAS_URL | Atlas API endpoint |
ATLAS_TOKEN | Authentication token |