Back to Meshery

mesheryctl-design-deploy

docs/content/en/reference/references/mesheryctl/design/deploy.md

1.0.431.4 KB
Original Source

mesheryctl design deploy

Deploy design

Synopsis

Command will trigger deploy of design

<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl design deploy [flags] </div> </pre>

Examples

Deploy design by providing file path

<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl design deploy -f [filepath] -s [source type] </div> </pre>

Options

<pre class='codeblock-pre'> <div class='codeblock'> -f, --file string Path to design file -h, --help help for deploy --skip-save Skip saving a design -s, --source-type string Type of source file (ex. manifest / compose / helm) </div> </pre>

Options inherited from parent commands

<pre class='codeblock-pre'> <div class='codeblock'> --config string path to config file (default "/home/runner/.meshery/config.yaml") -t, --token string Path to token file default from current context -v, --verbose verbose output </div> </pre>

Screenshots

Usage of mesheryctl design deploy

See Also

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.