Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rad CLI documentation #829

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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