mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-18 14:44:21 +01:00
Docs: recipe explain flag in CLI commands (#2624)
This commit is contained in:
@@ -260,6 +260,7 @@ Execute commands from an instruction file or stdin. Check out the [full guide](/
|
|||||||
- **`--with-extension <COMMAND>`**: Add stdio extensions (can be used multiple times in the same command)
|
- **`--with-extension <COMMAND>`**: Add stdio extensions (can be used multiple times in the same command)
|
||||||
- **`--with-builtin <n>`**: Add builtin extensions by name (e.g., 'developer' or multiple: 'developer,github')
|
- **`--with-builtin <n>`**: Add builtin extensions by name (e.g., 'developer' or multiple: 'developer,github')
|
||||||
- **`--debug`**: Output complete tool responses, detailed parameter values, and full file paths
|
- **`--debug`**: Output complete tool responses, detailed parameter values, and full file paths
|
||||||
|
- **`--explain`**: Show a recipe's title, description, and parameters.
|
||||||
|
|
||||||
**Usage:**
|
**Usage:**
|
||||||
|
|
||||||
@@ -281,6 +282,8 @@ goose run --recipe recipe_no_prompt.yaml
|
|||||||
#Load a recipe in debug mode
|
#Load a recipe in debug mode
|
||||||
goose run --recipe recipe.yaml --debug
|
goose run --recipe recipe.yaml --debug
|
||||||
|
|
||||||
|
#Show recipe details
|
||||||
|
goose run --recipe recipe.yaml --explain
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user