Skip to content

Commit

Permalink
Autogenerate reference docs (#1228)
Browse files Browse the repository at this point in the history
Signed-off-by: rad-ci-bot <[email protected]>
Co-authored-by: rad-ci-bot <[email protected]>
Co-authored-by: Reshma Abdul Rahim <[email protected]>
  • Loading branch information
3 people authored Sep 13, 2024
1 parent 764fe55 commit be761e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/content/reference/cli/rad_deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ rad deploy myapp.bicep --environment production
# deploy using a specific environment and resource group
rad deploy myapp.bicep --environment production --group mygroup
# deploy using an environment ID and a resource group. The application will be deployed in mygroup scope, using the specified environment.
# use this option if the environment is in a different group.
rad deploy myapp.bicep --environment /planes/radius/local/resourcegroups/prod/providers/Applications.Core/environments/prod --group mygroup
# specify a string parameter
rad deploy myapp.bicep --parameters version=latest
Expand Down

0 comments on commit be761e1

Please sign in to comment.