mesheryctl exp workspace create

Create a new workspace

Synopsis

Create a new workspace by providing the name, description, and organization ID.

mesheryctl exp workspace create [flags]

Examples

Create a new workspace

mesheryctl exp workspace create --orgId [orgId] --name [name] --description [description]

Documentation for workspace can be found at:

https://docs.layer5.io/cloud/spaces/workspaces/

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.