kusion workspace switch
Switch the current workspace
Synopsisโ
This command switches the workspace, where the workspace must be created.
kusion workspace switch
Examplesโ
  # Switch the current workspace
  kusion workspace switch dev
  
  # Switch the current workspace in a specified backend
  kusion workspace switch prod --backend oss-prod
Optionsโ
      --backend string   the backend name
  -h, --help             help for switch
Options inherited from parent commandsโ
      --profile string          Name of profile to capture. One of (none|cpu|heap|goroutine|threadcreate|block|mutex) (default "none")
      --profile-output string   Name of the file to write the profile to (default "profile.pprof")
SEE ALSOโ
- kusion workspace - Workspace is a logical concept representing a target that stacks will be deployed to