docs/static/v0.9/reference/mesheryctl/model/index.html
Manage models in the registery
Export, generate, import, list, search and view model(s) and detailed informations
mesheryctl model [flags]
Display number of available models in Meshery
mesheryctl model --count
Export registered models
mesheryctl model export [model-name]
Generate a model from a CSV directory
mesheryctl model generate [path-to-csv-directory]
Generate a model from a URL based on a JSON template
mesheryctl model generate --file [URL] --template [path-to-template.json]
Import model(s)
mesheryctl model import -f [Uri]
List available model(s)
mesheryctl model list
Delete available model(s)
mesheryctl model delete [model-id]
Search for a specific model
mesheryctl model search [model-name]
View a specific model
mesheryctl model view [model-name]
Scaffold a folder structure for model creation
mesheryctl model init [model-name]
Create an OCI-compliant package from the model files
mesheryctl model build [model-name]
mesheryctl model build [model-name]/[model-version]
--count (optional) Get the number of models in total -h, --help help for model
--config string path to config file (default "/home/runner/.meshery/config.yaml") -v, --verbose verbose output
Go back to command reference index, if you want to add content manually to the CLI documentation, please refer to the instruction for guidance.