From b7f65fe9e1c81c68bc585a33914ecd848d57835d Mon Sep 17 00:00:00 2001 From: Ethan Holz Date: Mon, 20 Nov 2023 11:17:23 -0500 Subject: [PATCH] feat(recipes): added reference to --out json --- src/content/docs/recipes/overview.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/content/docs/recipes/overview.md b/src/content/docs/recipes/overview.md index 738fdb5..736a69c 100644 --- a/src/content/docs/recipes/overview.md +++ b/src/content/docs/recipes/overview.md @@ -44,3 +44,5 @@ It is important to note the requisites listed. This ensures that the step from t :::note Deployment of recipe steps is non-deterministic unless requisites are provided. Otherwise, are steps run as is. If order is important, then requisites ***must*** be specified. ::: + +Once you create a recipe, you can run it using `grlx cook -T `. In the case of the example above, I might run something like `grlx cook example -T \*` to run the above on all sprouts. You could also run `grlx cook example -T \* --out json` to get a json output of running this recipe against sprouts.