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 show

Set 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

KeyDescription
api_urlThe Retrace API endpoint the CLI talks to.
outputDefault output format: table, json, or plain.
project_idThe project applied to commands when one isn't passed explicitly.

Next steps

On this page