docs/content/en/reference/mesheryctl/component/view.md
View registered components
View a component registered in Meshery Server
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl component view [flags] </div> </pre>View details of a specific component
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl component view [component-name | component-id] </div> </pre>View details of a specific component in specified format
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl component view [component-name | component-id] -o [json|yaml] </div> </pre>View details of a specific component in specified format and save it as a file
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl component view [component-name | component-id] -o [json|yaml] --save </div> </pre>Go back to command reference index, if you want to add content manually to the CLI documentation, please refer to the instruction for guidance.