dashboard CLI command reference
Detailed information on the dashboard CLI command
Description
Start Dapr dashboard.
Supported platforms
Usage
dapr dashboard [flags]
Flags
Name | Environment Variable | Default | Description |
---|---|---|---|
—help , -h | Prints this help message | ||
—kubernetes , -k | false | Opens Dapr dashboard in local browser via local proxy to Kubernetes cluster | |
—namespace , -n | dapr-system | The namespace where Dapr dashboard is running | |
—port , -p | 8080 | The local port on which to serve Dapr dashboard | |
—version , -v | false | Print the version for Dapr dashboard |
Examples
Start dashboard locally
dapr dashboard
Start dashboard service locally on a specified port
dapr dashboard -p 9999
Port forward to dashboard service running in Kubernetes
dapr dashboard -k
Port forward to dashboard service running in Kubernetes on a specified port
dapr dashboard -k -p 9999
Last modified February 16, 2021: Merge pull request #1235 from dapr/update-v0.11 (b4e9fbb)