command_run
Run a command by its space-separated path. Pass arguments and safe flags for customization.
Instructions
Run one mirrorable Cobra command by its space-separated command path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Additional positional arguments only; raw flags rejected. | |
| name | Yes | Exact space-separated command path to run, such as "items enrich". | |
| flags | No | Safe flags to pass by name: command-local flags plus, for mutating commands, the write-safety gate flags (yes, dry-run, allow-destructive, max-changes, continue-on-error, max-failures) — pass {"yes": true} to apply a write. Inspect available flags via command_search. |