mesheryctl environment create
Create a new environments
Synopsis
Create a new environments by providing the name and description of the environment Documentation for environment can be found at https://docs.meshery.io/reference/mesheryctl/environment/create
mesheryctl environment create [flags]
Examples
Create a new environment
mesheryctl environment create --orgID [orgID] --name [name] --description [description]
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
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.