mesheryctl environment list

List registered environments

Synopsis

List detailed information of all registered environments Documentation for environment can be found at https://docs.meshery.io/reference/mesheryctl/environment/list

mesheryctl environment list [flags]

Examples

List all registered environment

mesheryctl environment list --orgID [orgID]

List count of all registered environment

mesheryctl environment list --orgID [orgID] --count

List all registered environment at a specific page

mesheryctl environment list --orgID [orgID] --page [page]

List all registered environment with a specific page size

mesheryctl environment list --orgID [orgID] --pagesize [pagesize]

Options

-c, --count (optional) Display count only -h, --help help for list --orgID string Organization ID --page int (optional) Page number of paginated results (default 1) --pagesize int (optional) Number of results per page (default 10)

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.