docs/content/en/reference/references/mesheryctl/relationship/search.md
Search registered relationship(s)
Search registered relationship(s) used by different models
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl relationship search [flags] </div> </pre>Search for a specific relationship
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl relationship search [--kind <kind>] [--type <type>] [--subtype <subtype>] [--model <model>] </div> </pre>Search a relationship for a specified page
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl relationship search [--kind <kind>] [--page <int>] </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.