kusion workspace
Workspace is a logical concept representing a target that stacks will be deployed to
Synopsisâ
Workspace is a logical concept representing a target that stacks will be deployed to.
Workspace is managed by platform engineers, which contains a set of configurations that application developers do not want or should not concern, and is reused by multiple stacks belonging to different projects.
kusion workspace [flags]
Optionsâ
  -h, --help   help for workspace
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 - Kusion is the Platform Orchestrator of Internal Developer Platform
 - kusion workspace create - Create a new workspace
 - kusion workspace delete - Delete a workspace
 - kusion workspace list - List all workspace names
 - kusion workspace show - Show a workspace configuration
 - kusion workspace switch - Switch the current workspace
 - kusion workspace update - Update a workspace configuration