Back to Meshery

mesheryctl-design-apply

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

1.0.431.4 KB
Original Source

mesheryctl design apply

Apply design file

Synopsis

Apply design will trigger deploy of the design file

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

Examples

apply a design file

<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl design apply -f [file | URL] </div> </pre>

deploy a saved design

<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl design apply [design-name] </div> </pre>

Options

<pre class='codeblock-pre'> <div class='codeblock'> -f, --file string Path to design file -h, --help help for apply --skip-save Skip saving a design </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 apply

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.