mesheryctl exp workspace create
Create a new workspace under an organization
Synopsis
Create a new workspace by providing the name, description, and organization ID Documentation for models can be found at https://docs.meshery.io/reference/mesheryctl/exp/workspace/create
mesheryctl exp workspace create [flags]
Examples
Create a new workspace in an organization
mesheryctl exp workspace create --orgId [orgId] --name [name] --description [description]
Options
-d, --description string Description of the workspace -h, --help help for create -n, --name string Name of the workspace -o, --orgId string Organization ID
Options inherited from parent commands
--config string path to config file (default "/home/runner/.meshery/config.yaml") -v, --verbose verbose output
See Also
Go back to command reference index, if you want to add content manually to the CLI documentation, please refer to the instruction for guidance.