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
mesheryctl model import -f [URI]
Import model from a URL to a meshery model
mesheryctl model import -f [URL]
Import model from an OCI artifact
mesheryctl model import -f [OCI]
Import model from a tar.gz file
mesheryctl model import -f [path-to-model.tar.gz]
Import model from a path
mesheryctl model import -f [path-to-model]
Import model using CSV files
mesheryctl model import -f [path-to-csv-directory]
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.