rad workspace CLI reference
Details on the rad workspace Radius CLI command
rad workspace
Manage workspaces
Synopsis
Manage workspaces Workspaces allow you to manage multiple Radius platforms and environments using a local configuration file. You can easily define and switch between workspaces to deploy and manage applications across local, test, and production environments.
Examples
# Create workspace with no default resource group or environment set
rad workspace create kubernetes myworkspace --context kind-kind
# Create workspace with default resource group and environment set
rad workspace create kubernetes myworkspace --context kind-kind --group myrg --environment myenv
Options
-h, --help help for workspace
-w, --workspace string The workspace name
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
- rad - Radius CLI
- rad workspace create - Create a workspace
- rad workspace delete - Delete local workspace
- rad workspace list - List local workspaces
- rad workspace show - Show local workspace
- rad workspace switch - Switch current workspace
Feedback
Was this page helpful?
Glad to hear it! Please feel free to star our repo and join our Discord server to stay up to date with the project.
Sorry to hear that. If you would like to also contribute a suggestion visit and tell us how we can improve.