mesheryctl model search
Search model(s)
Synopsis
Search model(s) by search string
mesheryctl model search [flags]
Examples
Search model from current provider
mesheryctl model search [query-text]
Search list of models for a specified page
mesheryctl model search [query-text] --page [page-number]
Search list of models for a specified pagesize
mesheryctl model search [query-text] --pagesize [pagesize-number]
Options
-h, --help help for search -p, --page int (optional) List next set of models with --page (default = 1) (default 1) -s, --pagesize int (optional) List next set of models with --pagesize (default = 10) (default 10)
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.