docs: goose recipe open command (#5264)

This commit is contained in:
Rizel Scarlett
2025-10-20 13:31:38 -04:00
committed by GitHub
parent 65d28d1193
commit 4780a5a512
4 changed files with 11 additions and 4 deletions
@@ -487,7 +487,7 @@ When someone clicks the link, it will open Goose Desktop with your recipe config
You can share a recipe with Desktop or CLI users by sending the recipe file directly.
- Desktop users can [import the recipe](/docs/guides/recipes/storing-recipes#importing-recipes) (YAML only).
- CLI users can run a YAML or JSON recipe using `goose run --recipe <FILE>`
- CLI users can run a YAML or JSON recipe using `goose run --recipe <FILE>` or open it directly in goose desktop with `goose recipe open <FILE>`. See the [CLI Commands guide](/docs/guides/goose-cli-commands#recipe) for details.
## Schedule Recipe
<Tabs groupId="interface">