From 230dd043646b2d691ebfd108d9e15a07985ddc75 Mon Sep 17 00:00:00 2001 From: rad-ci-bot <103787451+rad-ci-bot@users.noreply.github.com> Date: Wed, 11 Oct 2023 11:36:01 -0700 Subject: [PATCH] Autogenerate rad CLI reference docs (#830) Co-authored-by: rad-ci-bot --- docs/content/reference/cli/rad.md | 4 ++-- docs/content/reference/cli/rad_application.md | 14 +++++++------- .../reference/cli/rad_application_connections.md | 2 +- .../reference/cli/rad_application_delete.md | 6 +++--- docs/content/reference/cli/rad_application_list.md | 6 +++--- docs/content/reference/cli/rad_application_show.md | 6 +++--- .../reference/cli/rad_application_status.md | 6 +++--- .../reference/cli/rad_application_switch.md | 6 +++--- docs/content/reference/cli/rad_credential.md | 4 ++-- docs/content/reference/cli/rad_credential_list.md | 4 ++-- .../reference/cli/rad_credential_register.md | 4 ++-- .../reference/cli/rad_credential_register_aws.md | 4 ++-- .../reference/cli/rad_credential_register_azure.md | 6 +++--- docs/content/reference/cli/rad_credential_show.md | 4 ++-- .../reference/cli/rad_credential_unregister.md | 4 ++-- docs/content/reference/cli/rad_env.md | 8 ++++---- docs/content/reference/cli/rad_env_create.md | 8 ++++---- docs/content/reference/cli/rad_env_delete.md | 2 +- docs/content/reference/cli/rad_env_list.md | 2 +- docs/content/reference/cli/rad_env_show.md | 2 +- docs/content/reference/cli/rad_env_switch.md | 2 +- docs/content/reference/cli/rad_env_update.md | 2 +- docs/content/reference/cli/rad_group.md | 2 +- docs/content/reference/cli/rad_group_create.md | 2 +- docs/content/reference/cli/rad_group_list.md | 2 +- docs/content/reference/cli/rad_group_show.md | 2 +- docs/content/reference/cli/rad_group_switch.md | 2 +- 27 files changed, 58 insertions(+), 58 deletions(-) diff --git a/docs/content/reference/cli/rad.md b/docs/content/reference/cli/rad.md index 3ade4ad09..3d109460d 100644 --- a/docs/content/reference/cli/rad.md +++ b/docs/content/reference/cli/rad.md @@ -24,13 +24,13 @@ Radius CLI ### SEE ALSO -* [rad application]({{< ref rad_application.md >}}) - Manage Radius applications +* [rad application]({{< ref rad_application.md >}}) - Manage Radius Applications * [rad bicep]({{< ref rad_bicep.md >}}) - Manage bicep compiler * [rad completion]({{< ref rad_completion.md >}}) - Generates shell completion scripts * [rad credential]({{< ref rad_credential.md >}}) - Manage cloud provider credential for a Radius installation. * [rad debug-logs]({{< ref rad_debug-logs.md >}}) - Capture logs from Radius control plane for debugging and diagnostics. * [rad deploy]({{< ref rad_deploy.md >}}) - Deploy a template -* [rad env]({{< ref rad_env.md >}}) - Manage Radius environments +* [rad env]({{< ref rad_env.md >}}) - Manage Radius Environments * [rad group]({{< ref rad_group.md >}}) - Manage resource groups * [rad init]({{< ref rad_init.md >}}) - Initialize Radius * [rad install]({{< ref rad_install.md >}}) - Installs Radius for a given platform diff --git a/docs/content/reference/cli/rad_application.md b/docs/content/reference/cli/rad_application.md index 22a869113..b0e43281c 100644 --- a/docs/content/reference/cli/rad_application.md +++ b/docs/content/reference/cli/rad_application.md @@ -8,11 +8,11 @@ description: "Details on the rad application Radius CLI command" --- ## rad application -Manage Radius applications +Manage Radius Applications ### Synopsis -Manage Radius applications +Manage Radius Applications ### Options @@ -31,9 +31,9 @@ Manage Radius applications * [rad]({{< ref rad.md >}}) - Radius CLI * [rad application connections]({{< ref rad_application_connections.md >}}) - Shows the connections for an application. -* [rad application delete]({{< ref rad_application_delete.md >}}) - Delete Radius application -* [rad application list]({{< ref rad_application_list.md >}}) - List Radius applications -* [rad application show]({{< ref rad_application_show.md >}}) - Show Radius application details -* [rad application status]({{< ref rad_application_status.md >}}) - Show Radius application status -* [rad application switch]({{< ref rad_application_switch.md >}}) - Switch the default Radius application +* [rad application delete]({{< ref rad_application_delete.md >}}) - Delete Radius Application +* [rad application list]({{< ref rad_application_list.md >}}) - List Radius Applications +* [rad application show]({{< ref rad_application_show.md >}}) - Show Radius Application details +* [rad application status]({{< ref rad_application_status.md >}}) - Show Radius Application status +* [rad application switch]({{< ref rad_application_switch.md >}}) - Switch the default Radius Application diff --git a/docs/content/reference/cli/rad_application_connections.md b/docs/content/reference/cli/rad_application_connections.md index cb305822d..8c1c81811 100644 --- a/docs/content/reference/cli/rad_application_connections.md +++ b/docs/content/reference/cli/rad_application_connections.md @@ -48,5 +48,5 @@ rad app connections my-application ### SEE ALSO -* [rad application]({{< ref rad_application.md >}}) - Manage Radius applications +* [rad application]({{< ref rad_application.md >}}) - Manage Radius Applications diff --git a/docs/content/reference/cli/rad_application_delete.md b/docs/content/reference/cli/rad_application_delete.md index 0be61c85c..294d5d970 100644 --- a/docs/content/reference/cli/rad_application_delete.md +++ b/docs/content/reference/cli/rad_application_delete.md @@ -8,11 +8,11 @@ description: "Details on the rad application delete Radius CLI command" --- ## rad application delete -Delete Radius application +Delete Radius Application ### Synopsis -Delete the specified Radius application deployed in the default environment +Delete the specified Radius Application deployed in the default environment ``` rad application delete [flags] @@ -55,5 +55,5 @@ rad app delete my-app --group my-group ### SEE ALSO -* [rad application]({{< ref rad_application.md >}}) - Manage Radius applications +* [rad application]({{< ref rad_application.md >}}) - Manage Radius Applications diff --git a/docs/content/reference/cli/rad_application_list.md b/docs/content/reference/cli/rad_application_list.md index ee2f76ab0..f9544eef2 100644 --- a/docs/content/reference/cli/rad_application_list.md +++ b/docs/content/reference/cli/rad_application_list.md @@ -8,11 +8,11 @@ description: "Details on the rad application list Radius CLI command" --- ## rad application list -List Radius applications +List Radius Applications ### Synopsis -Lists Radius applications deployed in the resource group associated with the default environment +Lists Radius Applications deployed in the resource group associated with the default environment ``` rad application list [flags] @@ -47,5 +47,5 @@ rad app list --group my-group ### SEE ALSO -* [rad application]({{< ref rad_application.md >}}) - Manage Radius applications +* [rad application]({{< ref rad_application.md >}}) - Manage Radius Applications diff --git a/docs/content/reference/cli/rad_application_show.md b/docs/content/reference/cli/rad_application_show.md index 7cbb3887e..a8dcc10c6 100644 --- a/docs/content/reference/cli/rad_application_show.md +++ b/docs/content/reference/cli/rad_application_show.md @@ -8,11 +8,11 @@ description: "Details on the rad application show Radius CLI command" --- ## rad application show -Show Radius application details +Show Radius Application details ### Synopsis -Show Radius application details. Shows the user's default application (if configured) by default. +Show Radius Application details. Shows the user's default application (if configured) by default. ``` rad application show [flags] @@ -51,5 +51,5 @@ rad app show my-app --group my-group ### SEE ALSO -* [rad application]({{< ref rad_application.md >}}) - Manage Radius applications +* [rad application]({{< ref rad_application.md >}}) - Manage Radius Applications diff --git a/docs/content/reference/cli/rad_application_status.md b/docs/content/reference/cli/rad_application_status.md index 842a19daa..48ae31e34 100644 --- a/docs/content/reference/cli/rad_application_status.md +++ b/docs/content/reference/cli/rad_application_status.md @@ -8,11 +8,11 @@ description: "Details on the rad application status Radius CLI command" --- ## rad application status -Show Radius application status +Show Radius Application status ### Synopsis -Show Radius application status, such as public endpoints and resource count. Shows details for the user's default application (if configured) by default. +Show Radius Application status, such as public endpoints and resource count. Shows details for the user's default application (if configured) by default. ``` rad application status [flags] @@ -51,5 +51,5 @@ rad app status my-app --group my-group ### SEE ALSO -* [rad application]({{< ref rad_application.md >}}) - Manage Radius applications +* [rad application]({{< ref rad_application.md >}}) - Manage Radius Applications diff --git a/docs/content/reference/cli/rad_application_switch.md b/docs/content/reference/cli/rad_application_switch.md index 0f2e649a5..ba7152a8c 100644 --- a/docs/content/reference/cli/rad_application_switch.md +++ b/docs/content/reference/cli/rad_application_switch.md @@ -8,11 +8,11 @@ description: "Details on the rad application switch Radius CLI command" --- ## rad application switch -Switch the default Radius application +Switch the default Radius Application ### Synopsis -Switches the default Radius application +Switches the default Radius Application ``` rad application switch [flags] @@ -41,5 +41,5 @@ rad app switch newApplication ### SEE ALSO -* [rad application]({{< ref rad_application.md >}}) - Manage Radius applications +* [rad application]({{< ref rad_application.md >}}) - Manage Radius Applications diff --git a/docs/content/reference/cli/rad_credential.md b/docs/content/reference/cli/rad_credential.md index 0fa97f78d..853ecf1f5 100644 --- a/docs/content/reference/cli/rad_credential.md +++ b/docs/content/reference/cli/rad_credential.md @@ -14,12 +14,12 @@ Manage cloud provider credential for a Radius installation. Manage cloud provider credential for a Radius installation. -Radius cloud providers enable Radius environments to deploy and integrate with cloud resources (Azure, AWS). +Radius cloud providers enable Radius Environments to deploy and integrate with cloud resources (Azure, AWS). The Radius control-plane stores credentials for use when accessing cloud resources. Cloud providers are configured per-Radius-installation. Configuration commands will use the current workspace or the workspace specified by '--workspace' to configure Radius. Modifications to cloud provider configuration -or credentials will affect all Radius environments and applications of the affected installation. +or credentials will affect all Radius Environments and applications of the affected installation. ### Examples diff --git a/docs/content/reference/cli/rad_credential_list.md b/docs/content/reference/cli/rad_credential_list.md index 19b865a57..403eaf155 100644 --- a/docs/content/reference/cli/rad_credential_list.md +++ b/docs/content/reference/cli/rad_credential_list.md @@ -14,12 +14,12 @@ List configured cloud provider credentials List configured cloud providers credentials. -Radius cloud providers enable Radius environments to deploy and integrate with cloud resources (Azure, AWS). +Radius cloud providers enable Radius Environments to deploy and integrate with cloud resources (Azure, AWS). The Radius control-plane stores credentials for use when accessing cloud resources. Cloud providers are configured per-Radius-installation. Configuration commands will use the current workspace or the workspace specified by '--workspace' to configure Radius. Modifications to cloud provider configuration -or credentials will affect all Radius environments and applications of the affected installation. +or credentials will affect all Radius Environments and applications of the affected installation. ``` rad credential list [flags] diff --git a/docs/content/reference/cli/rad_credential_register.md b/docs/content/reference/cli/rad_credential_register.md index b0d018855..4935ee014 100644 --- a/docs/content/reference/cli/rad_credential_register.md +++ b/docs/content/reference/cli/rad_credential_register.md @@ -14,12 +14,12 @@ Register(Add or update) cloud provider credential for a Radius installation. Register (Add or update) cloud provider configuration for a Radius installation. -Radius cloud providers enable Radius environments to deploy and integrate with cloud resources (Azure, AWS). +Radius cloud providers enable Radius Environments to deploy and integrate with cloud resources (Azure, AWS). The Radius control-plane stores credentials for use when accessing cloud resources. Cloud providers are configured per-Radius-installation. Configuration commands will use the current workspace or the workspace specified by '--workspace' to configure Radius. Modifications to cloud provider configuration -or credentials will affect all Radius environments and applications of the affected installation. +or credentials will affect all Radius Environments and applications of the affected installation. ### Examples diff --git a/docs/content/reference/cli/rad_credential_register_aws.md b/docs/content/reference/cli/rad_credential_register_aws.md index 780c6c8e5..813cea694 100644 --- a/docs/content/reference/cli/rad_credential_register_aws.md +++ b/docs/content/reference/cli/rad_credential_register_aws.md @@ -20,12 +20,12 @@ to configure these settings. Radius will use the provided IAM credential for all interactions with AWS. -Radius cloud providers enable Radius environments to deploy and integrate with cloud resources (Azure, AWS). +Radius cloud providers enable Radius Environments to deploy and integrate with cloud resources (Azure, AWS). The Radius control-plane stores credentials for use when accessing cloud resources. Cloud providers are configured per-Radius-installation. Configuration commands will use the current workspace or the workspace specified by '--workspace' to configure Radius. Modifications to cloud provider configuration -or credentials will affect all Radius environments and applications of the affected installation. +or credentials will affect all Radius Environments and applications of the affected installation. ``` rad credential register aws [flags] diff --git a/docs/content/reference/cli/rad_credential_register_azure.md b/docs/content/reference/cli/rad_credential_register_azure.md index 7e476fa6b..941c180d2 100644 --- a/docs/content/reference/cli/rad_credential_register_azure.md +++ b/docs/content/reference/cli/rad_credential_register_azure.md @@ -18,7 +18,7 @@ This command is intended for scripting or advanced use-cases. See 'rad init' for to configure these settings. Radius will use the provided service principal for all interactions with Azure, including Bicep deployment, -Radius environments, and Radius portable resources. +Radius Environments, and Radius portable resources. Radius will use the provided subscription and resource group as the default target scope for Bicep deployment. The provided service principal must have the Contributor or Owner role assigned for the provided resource group @@ -26,12 +26,12 @@ in order to create or manage resources contained in the group. The resource grou calling 'rad credential register azure'. -Radius cloud providers enable Radius environments to deploy and integrate with cloud resources (Azure, AWS). +Radius cloud providers enable Radius Environments to deploy and integrate with cloud resources (Azure, AWS). The Radius control-plane stores credentials for use when accessing cloud resources. Cloud providers are configured per-Radius-installation. Configuration commands will use the current workspace or the workspace specified by '--workspace' to configure Radius. Modifications to cloud provider configuration -or credentials will affect all Radius environments and applications of the affected installation. +or credentials will affect all Radius Environments and applications of the affected installation. ``` rad credential register azure [flags] diff --git a/docs/content/reference/cli/rad_credential_show.md b/docs/content/reference/cli/rad_credential_show.md index 1bb5bae4b..7bb782d8c 100644 --- a/docs/content/reference/cli/rad_credential_show.md +++ b/docs/content/reference/cli/rad_credential_show.md @@ -14,12 +14,12 @@ Show details of a configured cloud provider credential Show details of a configured cloud provider credential. -Radius cloud providers enable Radius environments to deploy and integrate with cloud resources (Azure, AWS). +Radius cloud providers enable Radius Environments to deploy and integrate with cloud resources (Azure, AWS). The Radius control-plane stores credentials for use when accessing cloud resources. Cloud providers are configured per-Radius-installation. Configuration commands will use the current workspace or the workspace specified by '--workspace' to configure Radius. Modifications to cloud provider configuration -or credentials will affect all Radius environments and applications of the affected installation. +or credentials will affect all Radius Environments and applications of the affected installation. ``` rad credential show [name] [flags] diff --git a/docs/content/reference/cli/rad_credential_unregister.md b/docs/content/reference/cli/rad_credential_unregister.md index 90f98d053..4d366e021 100644 --- a/docs/content/reference/cli/rad_credential_unregister.md +++ b/docs/content/reference/cli/rad_credential_unregister.md @@ -14,12 +14,12 @@ Unregisters a configured cloud provider credential from the Radius installation Unregisters a configured cloud provider credential from the Radius installation. -Radius cloud providers enable Radius environments to deploy and integrate with cloud resources (Azure, AWS). +Radius cloud providers enable Radius Environments to deploy and integrate with cloud resources (Azure, AWS). The Radius control-plane stores credentials for use when accessing cloud resources. Cloud providers are configured per-Radius-installation. Configuration commands will use the current workspace or the workspace specified by '--workspace' to configure Radius. Modifications to cloud provider configuration -or credentials will affect all Radius environments and applications of the affected installation. +or credentials will affect all Radius Environments and applications of the affected installation. ``` rad credential unregister [flags] diff --git a/docs/content/reference/cli/rad_env.md b/docs/content/reference/cli/rad_env.md index 22b8a8774..359aa5e6c 100644 --- a/docs/content/reference/cli/rad_env.md +++ b/docs/content/reference/cli/rad_env.md @@ -8,12 +8,12 @@ description: "Details on the rad env Radius CLI command" --- ## rad env -Manage Radius environments +Manage Radius Environments ### Synopsis -Manage Radius environments -Radius environments are prepared “landing zones” for Radius applications. Applications deployed to an environment will inherit the container runtime, configuration, and other settings from the environment. +Manage Radius Environments +Radius Environments are prepared “landing zones” for Radius Applications. Applications deployed to an environment will inherit the container runtime, configuration, and other settings from the environment. ### Options @@ -33,7 +33,7 @@ Radius environments are prepared “landing zones” for Radius applications. Ap ### SEE ALSO * [rad]({{< ref rad.md >}}) - Radius CLI -* [rad env create]({{< ref rad_env_create.md >}}) - Create a new Radius environment +* [rad env create]({{< ref rad_env_create.md >}}) - Create a new Radius Environment * [rad env delete]({{< ref rad_env_delete.md >}}) - Delete environment * [rad env list]({{< ref rad_env_list.md >}}) - List environments * [rad env show]({{< ref rad_env_show.md >}}) - Show environment details diff --git a/docs/content/reference/cli/rad_env_create.md b/docs/content/reference/cli/rad_env_create.md index 35bc115c1..51bdf1e29 100644 --- a/docs/content/reference/cli/rad_env_create.md +++ b/docs/content/reference/cli/rad_env_create.md @@ -8,12 +8,12 @@ description: "Details on the rad env create Radius CLI command" --- ## rad env create -Create a new Radius environment +Create a new Radius Environment ### Synopsis -Create a new Radius environment -Radius environments are prepared "landing zones" for Radius applications. +Create a new Radius Environment +Radius Environments are prepared "landing zones" for Radius Applications. Applications deployed to an environment will inherit the container runtime, configuration, and other settings from the environment. ``` @@ -45,5 +45,5 @@ rad env create myenv ### SEE ALSO -* [rad env]({{< ref rad_env.md >}}) - Manage Radius environments +* [rad env]({{< ref rad_env.md >}}) - Manage Radius Environments diff --git a/docs/content/reference/cli/rad_env_delete.md b/docs/content/reference/cli/rad_env_delete.md index 74aafcb5f..04b170eaa 100644 --- a/docs/content/reference/cli/rad_env_delete.md +++ b/docs/content/reference/cli/rad_env_delete.md @@ -55,5 +55,5 @@ rad env delete my-env --group my-env ### SEE ALSO -* [rad env]({{< ref rad_env.md >}}) - Manage Radius environments +* [rad env]({{< ref rad_env.md >}}) - Manage Radius Environments diff --git a/docs/content/reference/cli/rad_env_list.md b/docs/content/reference/cli/rad_env_list.md index 4a57c9fcc..0d611390c 100644 --- a/docs/content/reference/cli/rad_env_list.md +++ b/docs/content/reference/cli/rad_env_list.md @@ -45,5 +45,5 @@ rad env list ### SEE ALSO -* [rad env]({{< ref rad_env.md >}}) - Manage Radius environments +* [rad env]({{< ref rad_env.md >}}) - Manage Radius Environments diff --git a/docs/content/reference/cli/rad_env_show.md b/docs/content/reference/cli/rad_env_show.md index 390611b72..2da835a0f 100644 --- a/docs/content/reference/cli/rad_env_show.md +++ b/docs/content/reference/cli/rad_env_show.md @@ -51,5 +51,5 @@ rad env show my-env --group my-env ### SEE ALSO -* [rad env]({{< ref rad_env.md >}}) - Manage Radius environments +* [rad env]({{< ref rad_env.md >}}) - Manage Radius Environments diff --git a/docs/content/reference/cli/rad_env_switch.md b/docs/content/reference/cli/rad_env_switch.md index 4e9b5525a..995e21b8f 100644 --- a/docs/content/reference/cli/rad_env_switch.md +++ b/docs/content/reference/cli/rad_env_switch.md @@ -41,5 +41,5 @@ rad env switch newEnvironment ### SEE ALSO -* [rad env]({{< ref rad_env.md >}}) - Manage Radius environments +* [rad env]({{< ref rad_env.md >}}) - Manage Radius Environments diff --git a/docs/content/reference/cli/rad_env_update.md b/docs/content/reference/cli/rad_env_update.md index 56920276b..f6ca94c69 100644 --- a/docs/content/reference/cli/rad_env_update.md +++ b/docs/content/reference/cli/rad_env_update.md @@ -68,5 +68,5 @@ rad env update myenv --clear-aws ### SEE ALSO -* [rad env]({{< ref rad_env.md >}}) - Manage Radius environments +* [rad env]({{< ref rad_env.md >}}) - Manage Radius Environments diff --git a/docs/content/reference/cli/rad_group.md b/docs/content/reference/cli/rad_group.md index a4bddd89b..bb7f03c05 100644 --- a/docs/content/reference/cli/rad_group.md +++ b/docs/content/reference/cli/rad_group.md @@ -16,7 +16,7 @@ Manage resource groups Resource groups are used to organize and manage Radius resources. They often contain resources that share a common lifecycle or unit of deployment. -A Radius application and its resources can span one or more resource groups, and do not have to be in the same resource group as the Radius environment into which it's being deployed into. +A Radius Application and its resources can span one or more resource groups, and do not have to be in the same resource group as the Radius Environment into which it's being deployed into. Note that these resource groups are separate from the Azure cloud provider and Azure resource groups configured with the cloud provider. diff --git a/docs/content/reference/cli/rad_group_create.md b/docs/content/reference/cli/rad_group_create.md index d2236dba5..a4e22082b 100644 --- a/docs/content/reference/cli/rad_group_create.md +++ b/docs/content/reference/cli/rad_group_create.md @@ -16,7 +16,7 @@ Create a new resource group Resource groups are used to organize and manage Radius resources. They often contain resources that share a common lifecycle or unit of deployment. -A Radius application and its resources can span one or more resource groups, and do not have to be in the same resource group as the Radius environment into which it's being deployed into. +A Radius Application and its resources can span one or more resource groups, and do not have to be in the same resource group as the Radius Environment into which it's being deployed into. Note that these resource groups are separate from the Azure cloud provider and Azure resource groups configured with the cloud provider. diff --git a/docs/content/reference/cli/rad_group_list.md b/docs/content/reference/cli/rad_group_list.md index 9c33271fb..534d9d3ed 100644 --- a/docs/content/reference/cli/rad_group_list.md +++ b/docs/content/reference/cli/rad_group_list.md @@ -16,7 +16,7 @@ List resource groups within current/specified workspace Resource groups are used to organize and manage Radius resources. They often contain resources that share a common lifecycle or unit of deployment. - A Radius application and its resources can span one or more resource groups, and do not have to be in the same resource group as the Radius environment into which it's being deployed into. + A Radius Application and its resources can span one or more resource groups, and do not have to be in the same resource group as the Radius Environment into which it's being deployed into. Note that these resource groups are separate from the Azure cloud provider and Azure resource groups configured with the cloud provider. diff --git a/docs/content/reference/cli/rad_group_show.md b/docs/content/reference/cli/rad_group_show.md index f0f0d265e..8b2865751 100644 --- a/docs/content/reference/cli/rad_group_show.md +++ b/docs/content/reference/cli/rad_group_show.md @@ -16,7 +16,7 @@ Show the details of a resource group Resource groups are used to organize and manage Radius resources. They often contain resources that share a common lifecycle or unit of deployment. -A Radius application and its resources can span one or more resource groups, and do not have to be in the same resource group as the Radius environment into which it's being deployed into. +A Radius Application and its resources can span one or more resource groups, and do not have to be in the same resource group as the Radius Environment into which it's being deployed into. Note that these resource groups are separate from the Azure cloud provider and Azure resource groups configured with the cloud provider. diff --git a/docs/content/reference/cli/rad_group_switch.md b/docs/content/reference/cli/rad_group_switch.md index 0054f2d18..94d8fb7f7 100644 --- a/docs/content/reference/cli/rad_group_switch.md +++ b/docs/content/reference/cli/rad_group_switch.md @@ -14,7 +14,7 @@ Switch default resource group scope Switch default resource group scope - Radius workspaces contain a resource group scope, where Radius applications and resources are deployed by default. The switch command changes the default scope of the workspace to the specified resource group name. + Radius workspaces contain a resource group scope, where Radius Applications and resources are deployed by default. The switch command changes the default scope of the workspace to the specified resource group name. Resource groups are used to organize and manage Radius resources. They often contain resources that share a common lifecycle or unit of deployment.