mesheryctl component list

List registered components

Synopsis

List all components registered in Meshery Server Documentation for components can be found at https://docs.meshery.io/reference/mesheryctl/component/list

mesheryctl component list [flags]

Examples

View list of components

mesheryctl component list

View list of components with specified page number (25 components per page)

mesheryctl component list --page [page-number]

Display the number of components present in Meshery

mesheryctl component list --count

Options

-c, --count (optional) Display count only -h, --help help for list -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 = 0)

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.