mesheryctl model
Manage models
Synopsis
Export, generate, import, list, search and view model(s) and detailed informations
mesheryctl model [flags]
Examples
Display number of available models in Meshery
mesheryctl model --count
Export registred models
mesheryctl model export [model-name]
Generate model(s)
mesheryctl model export [model-name]
Import model(s)
mesheryctl model import -f [Uri]
List available model(s)
mesheryctl model list
Search for a specific model
mesheryctl model search [model-name]
View a specific model
mesheryctl model view [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
- mesheryctl model export
- mesheryctl model generate
- mesheryctl model import
- mesheryctl model list
- mesheryctl model search
- mesheryctl model view
Go back to command reference index, if you want to add content manually to the CLI documentation, please refer to the instruction for guidance.