mesheryctl environment

Manage environments

Synopsis

Create, delete, list of view details of environment(s) of a specific organization Documentation for environment can be found at https://docs.meshery.io/concepts/logical/environments

mesheryctl environment [flags]

Examples

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]

Options

-h, --help help for environment

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.