docs/content/en/reference/references/mesheryctl/model/build.md
Create an OCI-compliant package from the model files
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.
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl model build [flags] </div> </pre>Create an OCI-compliant package from the model files
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl model build [model-name] </div> </pre> <pre class='codeblock-pre'> <div class='codeblock'> mesheryctl model build [model-name]/[model-version] </div> </pre> <pre class='codeblock-pre'> <div class='codeblock'> </div> </pre>Go back to [command reference index]({{< ref "reference/references/mesheryctl/_index.md" >}}), if you want to add content manually to the CLI documentation, please refer to the [instruction]({{< ref "project/contributing/contributing-cli.md#preserving-manually-added-documentation" >}}) for guidance.