Skip to content

Commit

Permalink
Autogenerate rad CLI reference docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rad-ci-bot committed Oct 11, 2023
1 parent c891268 commit 7c4357c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/content/reference/cli/rad_recipe_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7c4357c

Please sign in to comment.