mirror of https://github.com/dapr/docs.git
675 B
675 B
| type | title | linkTitle | description |
|---|---|---|---|
| docs | dashboard CLI command reference | dashboard | Detailed information on the dashboard CLI command |
Description
Start Dapr dashboard.
Usage
dapr dashboard [flags]
Flags
| Name | Environment Variable | Default | Description |
|---|---|---|---|
--help, -h |
Help for dashboard | ||
--kubernetes, -k |
false |
Start Dapr dashboard in local browser | |
--version, -v |
false |
Check Dapr dashboard version | |
--port, -p |
8080 |
The local port on which to serve dashboard | |
--namespace, -n |
dapr-system |
The namespace where Dapr dashboard is running |