docs/static/v0.9/reference/mesheryctl/workspace/view/index.html
View a workspace
View a workspace by its ID or name.
mesheryctl workspace view [workspace-name|workspace-id] [flags]
View details of a specific workspace by ID
mesheryctl workspace view [workspace-id]
View details of a specific workspace by name (requires –orgId)
mesheryctl workspace view [workspace-name] --orgId [orgId]
View details of a specific workspace in JSON format
mesheryctl workspace view [workspace-id] --output-format json
View details of a specific workspace and save it to a file
mesheryctl workspace view [workspace-id] --output-format json --save
-h, --help help for view --orgId string (optional) organization ID to search workspace by name -o, --output-format string (optional) format to display in [json|yaml] (default "yaml") -s, --save (optional) save output as a JSON/YAML file
--config string path to config file (default "/home/runner/.meshery/config.yaml") -v, --verbose verbose output
Go back to command reference index, if you want to add content manually to the CLI documentation, please refer to the instruction for guidance.