docs/static/v0.9/reference/mesheryctl/environment/index.html
Manage environments
Create, delete, list of view details of environment(s) of a specific organization
mesheryctl environment [flags]
Create an environment in an organization
mesheryctl environment create --orgID [orgID] --name [name] --description [description]
Delete an environment in an organization
mesheryctl environment delete environment-id
List of registered environments in an organization
mesheryctl environment list --orgID [orgID]
View a particular environment
mesheryctl environment view --orgID [orgID]
-h, --help help for environment
--config string path to config file (default "/home/runner/.meshery/config.yaml") -v, --verbose verbose output
Go back to command reference index, if you want to add content manually to the CLI documentation, please refer to the instruction for guidance.