archal traces
Fetch scenario traces you own. Requires archal login or ARCHAL_TOKEN.
| Flag | Description | Default |
|---|---|---|
-n, --limit <count> | Number of traces to list | 20 |
archal traces <name> to inspect one trace.
archal inspect session <id>
Print a hosted session as JSON: services, seeds, TTL, clone URLs, and health.
archal inspect run <id>
Print a managed run bundle as JSON.
archal export run <id>
Export a run as a single JSON document. Pipe it to a file to share a failing run.
| Flag | Description |
|---|---|
--anonymize | Redact sensitive evidence payload fields before writing |
archal usage
Print current plan and usage.
archal doctor
Probe the active clone session: reachability, auth, URL resolution, and tool
surface per clone.
| Flag | Description |
|---|---|
--clone <name> | Probe a single clone by id (defaults to all clones in the active session) |
--json | Emit diagnosis as JSON |
