mesheryctl environment
View list of environments and detail of environments
Synopsis
View list of environments and detailed information of a specific environments
mesheryctl environment [flags]
Examples
To view a list environments
mesheryctl environment list --orgID [orgId]
To create a environment
mesheryctl environment create --orgID [orgId] --name [name] --description [description]
Documentation for environment can be found at:
https://docs.meshery.io/concepts/logical/environments
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
- mesheryctl environment create
- mesheryctl environment delete
- mesheryctl environment list
- mesheryctl environment view
Go back to command reference index, if you want to add content manually to the CLI documentation, please refer to the instruction for guidance.