Back to Meshery

mesheryctl-version

docs/content/en/reference/references/mesheryctl/version.md

1.0.431.1 KB
Original Source

mesheryctl version

Show Meshery CLI and Server versions

Synopsis

Version of Meshery command line client - mesheryctl.

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

Examples

To view the current version and SHA of release binary of mesheryctl client

<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl version </div> </pre>

Options

<pre class='codeblock-pre'> <div class='codeblock'> -h, --help help for version </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") -v, --verbose verbose output </div> </pre>

Screenshots

Usage of mesheryctl version

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.