docs/content/en/reference/mesheryctl/system/context/view.md
Display the current Meshery CLI configuration context
Display the current Meshery CLI context configuration. This command shows which Kubernetes cluster, platform, and provider Meshery is configured to communicate with. Use this to verify or debug your current CLI settings.
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl system context view [context-name | --context context-name | --all] --flags [flags] </div> </pre>View the default context
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl system context view </div> </pre>View a specified context
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl system context view context-name </div> </pre>View a specified context using the --context flag
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl system context view --context context-name </div> </pre>View configuration of all contexts
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl system context view --all </div> </pre> <pre class='codeblock-pre'> <div class='codeblock'> </div> </pre>Usage of mesheryctl context view
Go back to command reference index, if you want to add content manually to the CLI documentation, please refer to the instruction for guidance.