mesheryctl components list
List registered components
Synopsis
List all components registered in Meshery Server
mesheryctl components list [flags]
Examples
View list of components
mesheryctl components list
View list of components with specified page number (25 components per page)
mesheryctl components list --page 2
To view the number of components present in Meshery
mesheryctl components list --count
Options
-h, --help help for list -p, --page int (optional) List next set of components 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.