mesheryctl organization list
List registered organizations
Synopsis
List all registered organizations with their id, name and date of creation. Organization will be returned based on provider you logged in.
mesheryctl organization list [flags]
Examples
list all organizations
mesheryctl organization list
list organizations for a specified page
mesheryctl organization list --page [page-number]
Display number of available organizations
mesheryctl organization list --count
Options
--count total number of registered orgs -h, --help help for list -p, --page int (optional) Page number of paginated results (default 1) -s, --pagesize int (optional) Number of organizations 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.