Back to Meshery

mesheryctl-workspace-create

docs/content/en/reference/mesheryctl/workspace/create.md

1.0.181.2 KB
Original Source

mesheryctl workspace create

Create a new workspace under an organization

Synopsis

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

<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl workspace create [flags] </div> </pre>

Examples

Create a new workspace in an organization

<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl workspace create --orgId [orgId] --name [name] --description [description] </div> </pre>

Options

<pre class='codeblock-pre'> <div class='codeblock'> -d, --description string (Optional) Description of the workspace -h, --help help for create -n, --name string Name of the workspace -o, --orgId string Organization ID </div> </pre>

Options inherited from parent commands

<pre class='codeblock-pre'> <div class='codeblock'> --config string path to config file (default "/home/runner/.meshery/config.yaml") -v, --verbose verbose output </div> </pre>

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.