rad group CLI reference

Details on the rad group Radius CLI command

rad group

Manage resource groups

Synopsis

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.

Note that these resource groups are separate from the Azure cloud provider and Azure resource groups configured with the cloud provider.

Examples


# List resource groups in default workspace
rad group list

# Create resource group in specified workspace
rad group create prod -w localWorkspace

# Delete resource group in default workspace
rad group delete prod

# Show details of resource group in default workspace
rad group show dev

Options

  -h, --help   help for group

Options inherited from parent commands

      --config string   config file (default "$HOME/.rad/config.yaml")
  -o, --output string   output format (supported formats are json, table) (default "table")

SEE ALSO