Back to Meshery

mesheryctl-system-status

docs/content/en/reference/references/mesheryctl/system/status.md

1.0.431.4 KB
Original Source

mesheryctl system status

Check Meshery status

Synopsis

Check status of Meshery and Meshery components.

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

Examples

Check status of Meshery, Meshery adapters, Meshery Operator and its controllers.

<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl system status </div> </pre>

(optional) Extra data in status table

<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl system status --verbose </div> </pre>

Options

<pre class='codeblock-pre'> <div class='codeblock'> -h, --help help for status -v, --verbose (optional) Extra data in status table </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") -c, --context string (optional) temporarily change the current context. -y, --yes (optional) assume yes for user interactive prompts. </div> </pre>

Screenshots

Usage of mesheryctl system status

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.