ddev_help
Get exact flags, examples, and usage for any DDEV command, including subcommands. Returns the same output as 'ddev help' or 'ddev --help'.
Instructions
Get help for any DDEV command. Returns the same output as "ddev help " or "ddev --help". Use when you need exact flags, examples, or usage for a ddev command. Usage: ddev help [command] | ddev --help Examples: command="import-db" → ddev help import-db; command="snapshot", subcommand="restore" → ddev snapshot restore --help. Leave command empty for general ddev help.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | No | DDEV command name (e.g. start, stop, import-db, export-db, logs, snapshot, exec, poweroff, version). Omit for general ddev help. | |
| subcommand | No | Optional subcommand (e.g. restore for "ddev snapshot restore --help"). Use with command. | |
| projectPath | No | Optional project path (cwd for running ddev). Not required for help. |