mesheryctl exp components list

List registered components

Synopsis

List all components registered in Meshery Server

mesheryctl exp components list [flags]

Examples

// View list of components
mesheryctl exp components list

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

mesheryctl exp components list --page 2

View Total number of components

mesheryctl exp components list --count

Options

-c, --count (optional) Get the number of components in total -h, --help help for list -p, --page int (optional) List next set of models with --page (default = 1) (default 1)

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.