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