Configuration
View and set CLI defaults such as the API URL, output format, and active project.
The CLI stores its settings in ~/.retrace/config.toml. Use the config commands to view and change them.
Show configuration
retrace config showSet values
retrace config set api_url https://api.retraceai.tech
retrace config set output json # table | json | plain
retrace config set project_id <id>Common settings
| Key | Description |
|---|---|
api_url | The Retrace API endpoint the CLI talks to. |
output | Default output format: table, json, or plain. |
project_id | The project applied to commands when one isn't passed explicitly. |
Next steps
- Authentication — manage credentials.
- Self-update — keep the CLI current.