mesheryctl model list
list registered models
Synopsis
list name of all registered models
mesheryctl model list [flags]
Examples
View list of models
mesheryctl model list
View list of models with specified page number (25 models per page)
mesheryctl model list --page 2
View number of available models in Meshery
mesheryctl model list --count
Options
-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.