docs/content/en/reference/mesheryctl/model/init.md
Generates scaffolding for convenient model creation
Generates a folder structure and guides user on model creation
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl model init [flags] </div> </pre>generates a folder structure
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl model init [model-name] </div> </pre>generates a folder structure and sets up model version
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl model init [model-name] --version [version] (default is v0.1.0) </div> </pre>generates a folder structure under specified path
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl model init [model-name] --path [path-to-location] (default is current folder) </div> </pre>generate a folder structure in json format
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl model init [model-name] --output-format [json|yaml|csv] (default is json) </div> </pre> <pre class='codeblock-pre'> <div class='codeblock'> </div> </pre>Go back to command reference index, if you want to add content manually to the CLI documentation, please refer to the instruction for guidance.