CLI Commands
Complete reference for all Gump commands.gump run
Execute a workflow.| Flag | Description |
|---|---|
--workflow <name> | Workflow to run (required) |
--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) |
--log-level <level> | Override log level (debug, info, warn, error) |
gump apply
Merge the run result into your current branch.git merge from the run’s branch into your working branch. Adds a Gump-Run: <uuid> trailer to the commit. Without --run, applies the most recent successful run.
gump status
Show the state of a run in progress.gump report
View run metrics.| Flag | Description |
|---|---|
| (no flag) | Report for the most recent run |
--last N | Summary table of the last N runs |
--detail <step> | Detailed view of a specific step (attempts, state bag, files) |
gump playbook
Manage workflows.list shows all available workflows (built-in + project + user) with names, descriptions, and sources.
show prints the full YAML of a workflow. Useful for copying and customizing.
gump models
List supported agents and their availability.gump doctor
Check your environment.gump config
View and modify configuration.set writes to the user config (~/.gump/config.toml). Use gump.toml in your project root for project-specific settings.
gump gc
Garbage collection.Global flags
| Flag | Description |
|---|---|
--log-level <level> | Log verbosity: debug, info, warn, error |
--version | Print Gump version |
--help | Show help for any command |