mesheryctl exp model build

Create an OCI-compliant package from the model files

Synopsis

Create an OCI-compliant package from the model files. Model files are taken from [path]/[model-name]/[model-version] folder. Expects input to be in the format scaffolded by the model init command. Documentation for exp model and subcommands can be found at https://docs.meshery.io/reference/mesheryctl/exp/model

mesheryctl exp model build [flags]

Examples

Create an OCI-compliant package from the model files

mesheryctl exp model build [model-name]
mesheryctl exp model build [model-name]/[model-version]

Options

-h, --help help for build -p, --path string (optional) target directory to get model from (default: current dir) (default ".")

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.