docs: param option for recipe deeplink/open (#6206)

This commit is contained in:
dianed-square
2025-12-19 14:06:00 -08:00
committed by GitHub
parent 91d70f4561
commit e84d7dc3fc
2 changed files with 19 additions and 6 deletions
@@ -517,6 +517,11 @@ You can share a recipe with Desktop users via a recipe link.
```sh
goose recipe deeplink <FILE>
```
You can also provide parameter values to pre-fill the `Recipe Parameters` dialog:
```sh
goose recipe deeplink <FILE> --param key1=value1 --param key2=value2
```
</TabItem>
</Tabs>