mesheryctl model import

Import models

Synopsis

Import models by specifying the directory, file, or URL. You can also provide a template JSON file and registrant name Documentation for models import can be found at https://docs.meshery.io/reference/mesheryctl/model/import

mesheryctl model import [flags]

Examples

Import model

mesehryctl model import -f [URI]

Import model from a URL

mesehryctl model import -f [URL]

Import model from a OCI

mesehryctl model import -f [OCI]

Import model from a tar.gz file

mesehryctl model import -f [path-to-model.tar.gz]

Import model(s) from a path

mesehryctl model import -f [path-to-models]

Options

-f, --file string Specify path to the file or directory -h, --help help for import

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.