docs/content/en/reference/mesheryctl/model/view.md
View model
View a model queried by its name or ID
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl model view [flags] </div> </pre>View a specific model from current provider by using [model-name] or [model-id] in default format yaml
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl model view [model-name] </div> </pre>View a specific model in specifed format
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl model view [model-name] --output-format [json|yaml] </div> </pre>View a specific model in specified format and save it as a file
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl model view [model-name] --output-format [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.