mesheryctl components
View list of components and detail of components
Synopsis
View list of components and detailed information of a specific component
mesheryctl components [flags]
Examples
To view total of available components
mesheryctl model --count
To view list of components
mesheryctl components list
To view a specific component
mesheryctl components view [component-name]
To search for a specific component
mesheryctl components search [component-name]
Options
--count (optional) Get the number of components in total -h, --help help for components
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.