docs/content/en/reference/references/mesheryctl/component/search.md
Search registered components
Search components registered in Meshery Server based on kind
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl component search [flags] </div> </pre>Search for components using a query
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl component search [query-text] </div> </pre>Search for multi-word component names (must be quoted)
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl component search "Component name" </div> </pre>Search list of components of specified page [int]
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl component search [query-text] [--page 1] </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.