traceroot-cli repo.
Install
Authenticate
.env
Inspect and export traces
Command reference
Add--json to any command for machine-readable output, or run traceroot <command> --help for the full flag list.
| Command | What it does |
|---|---|
login | Validate an API key and save credentials. |
status | Show the identity your credentials resolve to — workspace, project, host, and key hint. |
traces list | List traces for your project, newest first. Flag: --limit <n>. |
traces get <id> | Show one trace: header, span tree, duration, and I/O preview. --json emits the full trace. |
traces export <id> | Write trace.json, spans.json, git_context.json, and a manifest.json index to a directory. Flags: --output <dir>, --force. |
What’s next
Tracing
Instrument your app so traces show up for the CLI to read.
TraceRoot Cloud
Create API keys and open traces in the web app.