<!-- GENERATED by docs/scripts/gen-cli-reference — DO NOT EDIT.
Source of truth: the cobra command definitions in cmd/axiom/cmd/.
Regenerate from the repo root with: go run ./docs/scripts/gen-cli-reference -->
axiom executions
Inspect prior executions (flows and single-node invokes)
Inspect the durable record of prior executions — flows and single-node invokes alike — for troubleshooting.
axiom executions get <execution-id> full record: status, timeline, checkpoints
axiom executions list recent executions (to find an id)Every "axiom invoke" prints the execution id it created; pass it to "axiom executions get" to see exactly what happened. Records are retained for 30 days.
Usage
axiom executions [flags]
axiom executions [command]Flags
| Flag | Shorthand | Type | Default | Description |
|---|---|---|---|---|
--help | -h | bool | help for executions |
Subcommands
| Command | Description |
|---|---|
| axiom executions get | Return the durable record of a prior execution |
| axiom executions list | List recent executions (most recent first) |
See also
- axiom — Axiom CLI — build and push node packages
- axiom executions get — Return the durable record of a prior execution
- axiom executions list — List recent executions (most recent first)