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 URL
mesehryctl model import -f OCI
mesehryctl model import -f model.tar.gz
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.