docs/content/en/reference/mesheryctl/design/import.md
Import a Meshery design
Import Helm Charts, Kubernetes Manifest, Docker Compose or Meshery designs by passing
remote URL or local file system path to the file. Providing source type is optional.
YAML and TGZ (with helm only) format of file is accepted, if you are importing Meshery Design OCI file format is also supported
If you are providing remote URL, it should be a direct URL to a downloadable file.
For example, if the file is stored on GitHub, the URL should be 'https://raw.githubusercontent.com/path-to-file'.
Import design manifest
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl design import -f [file/URL] -s [source-type] -n [name] </div> </pre> <pre class='codeblock-pre'> <div class='codeblock'> mesheryctl design import -f design.tar </div> </pre> <pre class='codeblock-pre'> <div class='codeblock'> mesheryctl design import -f design.yml -n design-name </div> </pre> <pre class='codeblock-pre'> <div class='codeblock'> mesheryctl design import -f design.yml -s "Kubernetes Manifest" -n design-name </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.