docs/static/v0.7/reference/mesheryctl/model/import/index.html
Import models from mesheryctl command
Import models by specifying the directory, file, or URL. You can also provide a template JSON file and registrant name.
mesheryctl model import [flags]
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 /path/to/csv-drectory
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
-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
--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.