CLI Commands
Complete reference for all Gump commands.gump run
Execute a workflow.
Examples:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Complete reference for all Gump commands.
gump run <workflow> --spec <file>
| Flag | Description |
|---|---|
--spec <file> | Spec file to pass to the workflow |
--dry-run | Show execution plan without running agents |
--verbose | Show detailed per-turn events |
--pause-after <step> | Pause after a specific step (HITL) |
--replay --from-step <id> | Replay from a clean state at a specific step |
--resume | Resume a crashed or paused run |
--run <uuid> | Target a specific run (with —resume) |
# Standard run
gump run implement-spec --spec spec.md
# Preview without executing
gump run cheap2sota --spec spec.md --dry-run
# Verbose output
gump run tdd --spec spec.md --verbose
# Resume after a crash
gump run --resume
# Replay a step
gump run --replay --from-step impl
gump apply [--run <uuid>]
gump status
gump report [--last N]
gump report <run-uuid> --detail <step>
gump playbook list
gump playbook show <name>
gump models
gump doctor
gump config
gump config set <key> <value>
gump gc [--keep-last N]