mesheryctl exp workspace list

List registered workspaces

Synopsis

List name of all registered workspaces Documentation for models can be found at https://docs.meshery.io/reference/mesheryctl/exp/workspace/list

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

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.