Skip to content

Commit be761e1

Browse files
Autogenerate reference docs (radius-project#1228)
Signed-off-by: rad-ci-bot <rad-ci-bot@users.noreply.github.com> Co-authored-by: rad-ci-bot <rad-ci-bot@users.noreply.github.com> Co-authored-by: Reshma Abdul Rahim <61033581+Reshrahim@users.noreply.github.com>
1 parent 764fe55 commit be761e1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/content/reference/cli/rad_deploy.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ rad deploy myapp.bicep --environment production
5656
# deploy using a specific environment and resource group
5757
rad deploy myapp.bicep --environment production --group mygroup
5858
59+
# deploy using an environment ID and a resource group. The application will be deployed in mygroup scope, using the specified environment.
60+
# use this option if the environment is in a different group.
61+
rad deploy myapp.bicep --environment /planes/radius/local/resourcegroups/prod/providers/Applications.Core/environments/prod --group mygroup
62+
5963
# specify a string parameter
6064
rad deploy myapp.bicep --parameters version=latest
6165

0 commit comments

Comments
 (0)