mesheryctl component search

Search registered components

Synopsis

Search components registered in Meshery Server based on kind

mesheryctl component search [flags]

Examples

Search for components using a query

mesheryctl component search [query-text]

Search for multi-word component names (must be quoted)

mesheryctl component search "Component name"

Search list of components of specified page [int]

mesheryctl component search [query-text] [--page 1]

Options

-h, --help help for search -p, --page int (optional) List next set of components with --page (default = 1) (default 1) -s, --pagesize int (optional) List next set of components with --pagesize (default = 10) (default 10)

Options inherited from parent commands

--config string path to config file (default "/home/runner/.meshery/config.yaml") -v, --verbose verbose output

See Also

Go back to command reference index, if you want to add content manually to the CLI documentation, please refer to the instruction for guidance.