docs/content/en/reference/mesheryctl/relationship/view.md
view relationships of a model by its name
view a relationship queried by the model name
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl relationship view [flags] </div> </pre>View relationships of a model in default format yaml
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl relationship view [model-name] </div> </pre>View relationships of a model in JSON format
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl relationship view [model-name] --output-format json </div> </pre>View relationships of a model in json format and save it to a file
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl relationship view [model-name] --output-format json --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.