docs/content/en/reference/references/mesheryctl/workspace/view.md
View a workspace
View a workspace by its ID or name.
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl workspace view [workspace-name|workspace-id] [flags] </div> </pre>View details of a specific workspace by ID
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl workspace view [workspace-id] --orgId [orgId] </div> </pre>View details of a specific workspace by name
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl workspace view [workspace-name] --orgId [orgId] </div> </pre>View details of a specific workspace in JSON format
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl workspace view [workspace-id] --orgId [orgId] --output-format json </div> </pre>View details of a specific workspace and save it to a file
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl workspace view [workspace-id] --orgId [orgId] --output-format json --save </div> </pre>Go back to [command reference index]({{< ref "reference/references/mesheryctl/_index.md" >}}), if you want to add content manually to the CLI documentation, please refer to the [instruction]({{< ref "project/contributing/contributing-cli.md#preserving-manually-added-documentation" >}}) for guidance.