mesheryctl exp workspace
Managge workspaces under an organization
Synopsis
Create, list of workspaces under an organization Documentation for models can be found at https://docs.meshery.io/reference/mesheryctl/exp/workspace
mesheryctl exp workspace [flags]
Examples
To view a list workspaces
mesheryctl exp workspace list --orgId [orgId]
To create a workspace
mesheryctl exp workspace create --orgId [orgId] --name [name] --description [description]
Options
--count total number of registered workspaces -h, --help help for workspace
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.