Back to Meshery

mesheryctl-design-view

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

1.0.431.4 KB
Original Source

mesheryctl design view

Display a design content

Synopsis

Display the content of a specific design based on name or id

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

Examples

view a design

<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl design view [design-name | ID] </div> </pre>

Options

<pre class='codeblock-pre'> <div class='codeblock'> -a, --all (optional) view all designs available -h, --help help for view -o, --output-format string (optional) format to display in [json|yaml] (default "yaml") </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 view

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.