rt runs
rt › runs
Pipeline run state: list, show, and the pipeline's write verbs
Usage
rt runs [flags]
Arguments & flags
| Flag / Arg | Type | Default | Description |
|---|---|---|---|
--repo | text | Scope to one registry repo |
Subcommands
| Command | Description |
|---|---|
show | One run: stages, fields, decisions |
abandon | Mark a wedged run abandoned (the run died with its session and the DB still says running) |
find | Runs whose claude-session field matches; read-side, no daemon |
run-start | Pipeline: open a run DB and print its runId and runDb |
run-status | Pipeline: close the run (reads RT_RUN_DB) |
stage-start | Pipeline: start a stage attempt (reads RT_RUN_DB) |
stage-done | Pipeline: finish the latest attempt of a stage (reads RT_RUN_DB) |
stage-fail | Pipeline: fail the latest attempt of a stage (reads RT_RUN_DB) |
stage-redirect | Pipeline: leave the latest running attempt of a stage as redirected (reads RT_RUN_DB) |
field | Pipeline: field set KEY VALUE --stage NAME | field get KEY (reads RT_RUN_DB) |
decision | Pipeline: decision record --contract C --scope S --selection JSON --decided-by W (reads RT_RUN_DB) |
snapshot | Pipeline: the full run document as JSON (reads RT_RUN_DB) |
See code: commands/runs.ts › runsList