mesheryctl model import

Import models from mesheryctl command

Synopsis

Import models by specifying the directory, file, or URL. You can also provide a template JSON file and registrant name.

mesheryctl model import [flags]

Examples

mesehryctl model import -f [ URI ]
mesehryctl model import -f [ URI ] -t [ path to template file ] ( only required in case of URL )
mesehryctl model import -f [ URI ] -t [ path to template file ] -r ( to skip registration by default registration is true)
mesehryctl model import -f OCI
mesehryctl model import -f model.tar.gz
mesehryctl model import --f /path/to/models
mesehryctl model import --f http://example.com/model -t /path/to/template.json
mesehryctl model import --f http://example.com/model -t /path/to/template.json -r

Options

-f, --file string Specify path to the file or directory -h, --help help for import -r, --register Skip registration of the model -t, --template string Specify path to the template JSON file

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.