mesheryctl exp environment create
Create a new environments
Synopsis
Create a new environments by providing the name and description of the environment
mesheryctl exp environment create [flags]
Examples
Create a new environment
mesheryctl exp environment create --orgId [orgId] --name [name] --description [description]
Documentation for environment can be found at:
https://docs.layer5.io/cloud/spaces/environments/
Options
-d, --description string Description of the environment -h, --help help for create -n, --name string Name of the environment -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
Note :
If a valid UUID is not provided for --orgId, a default 'zero UUID' will be used.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.