postsale traces
List, inspect, export, and purge the execution traces the CLI keeps on this machine.
List, inspect, export, and purge local execution traces.
Subcommands
| Command | Notes |
|---|---|
list | JSON {traces:[...]} or --human |
show <id> | Full JSON; shortest unambiguous prefix OK |
export <id> | --format json|csv|markdown, --out <path> |
purge | requires --yes; optional age filter |
bash
postsale traces list
postsale traces show <id>
postsale traces export <id>
postsale traces purge --yesDirectory: ~/.postsale/traces/ (POSTSALE_TRACE_DIR). See env vars for POSTSALE_TRACE_FULL (credentials risk).
Agent tools
query_trace
On this page
Related