From 7c4357cad607c3bab04760d7faefdc0ba105ec38 Mon Sep 17 00:00:00 2001 From: rad-ci-bot Date: Wed, 11 Oct 2023 16:19:47 +0000 Subject: [PATCH] Autogenerate rad CLI reference docs --- docs/content/reference/cli/rad_recipe_show.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/reference/cli/rad_recipe_show.md b/docs/content/reference/cli/rad_recipe_show.md index 39aa99da6..39efe420c 100644 --- a/docs/content/reference/cli/rad_recipe_show.md +++ b/docs/content/reference/cli/rad_recipe_show.md @@ -29,13 +29,13 @@ rad recipe show [recipe-name] [flags] ``` # show the details of a recipe -rad recipe show redis-prod +rad recipe show redis-prod --resource-type Applications.Datastores/redisCaches # show the details of a recipe, with a JSON output -rad recipe show redis-prod --output json +rad recipe show redis-prod --resource-type Applications.Datastores/redisCaches --output json # show the details of a recipe, with a specified environment and group -rad recipe show redis-dev --group dev --environment dev +rad recipe show redis-dev --resource-type Applications.Datastores/redisCaches --group dev --environment dev ``` ### Options