mesheryctl system dashboard

Open Meshery UI in browser.

mesheryctl system dashboard [flags]

Examples

Open Meshery UI in browser

mesheryctl system dashboard

Open Meshery UI in browser and use port-forwarding (if default port is taken already)

mesheryctl system dashboard --port-forward

Open Meshery UI in browser and use port-forwarding, listen on port 9081 locally, forwarding traffic to meshery server in the pod

mesheryctl system dashboard --port-forward -p 9081

(optional) skip opening of MesheryUI in browser.

mesheryctl system dashboard --skip-browser

Options

-h, --help help for dashboard -p, --port int (optional) Local port that is not in use from which traffic is to be forwarded to the server running inside the Pod. (default 9081) --port-forward (optional) Use port forwarding to access Meshery UI --skip-browser (optional) skip opening of MesheryUI in browser.

Options inherited from parent commands

--config string path to config file (default "/home/runner/.meshery/config.yaml") -c, --context string (optional) temporarily change the current context. -v, --verbose verbose output -y, --yes (optional) assume yes for user interactive prompts.

See Also

Go back to command reference index, if you want to add content manually to the CLI documentation, please refer to the instruction for guidance.