mesheryctl exp workspace list

List registered workspaces

Synopsis

List name of all registered workspaces

mesheryctl exp workspace list [flags]

Examples

List of workspace under a specific organization

mesheryctl exp workspace list --orgId [orgId]

List of workspace under a specific organization for a specified page

mesheryctl exp workspace list --orgId [orgId] --page [page-number]

Display number of available workspace under a specific organization

mesheryctl exp workspace list --orgId [orgId] --count

Options

--count total number of registered workspaces -h, --help help for list -o, --orgId string Organization ID --page int page number for paginated results. (default: 1) (default 1) --page-size int number of items to be displayed per page for paginated results. (default: 10, max limit: 100) (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.