Skip to content

CLI reference

Everything is driven by the orchestrator CLI — 41 commands across 7 areas. This page covers the most-used commands; run orchestrator <area> --help for the full list.

Understand

Terminal window
orchestrator understand . # extract & query the graph
orchestrator understand . --report # deterministic report (diffable in CI)

Query

CommandWhat it does
orchestrator blast_radius --symbol <name>what breaks if I change this
orchestrator regression <symbol>reachable, untested symbols
orchestrator explain <symbol>what it is and who uses it
orchestrator localize --trace <file>map a stack trace to code
orchestrator root_cause <symbol>why it’s happening + fix shape

Deliver (gated)

Terminal window
orchestrator sdlc feature --safe # grounded codegen + tests, no external write
orchestrator sdlc fix --safe

Runs stop at both governance gates. With --safe, nothing is pushed or merged until you approve.

Docs & audit

CommandWhat it does
orchestrator doc_driftfind docs lying about the code
orchestrator auditreplay the append-only log