diff --git a/daprdocs/content/en/reference/cli/dapr-dashboard.md b/daprdocs/content/en/reference/cli/dapr-dashboard.md index 23bd2c385..7f5042fe7 100644 --- a/daprdocs/content/en/reference/cli/dapr-dashboard.md +++ b/daprdocs/content/en/reference/cli/dapr-dashboard.md @@ -26,27 +26,27 @@ dapr dashboard [flags] dapr dashboard ``` -### Start dashboard locally in a specified port +### Start dashboard service locally on a specified port ```bash dapr dashboard -p 9999 ``` -### Port forward to dashboard in Kubernetes +### Port forward to dashboard service running in Kubernetes ```bash dapr dashboard -k ``` -### Port forward to dashboard in Kubernetes using a port +### Port forward to dashboard service running in Kubernetes on a specified port ```bash dapr dashboard -k -p 9999 ``` ## 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 | +| 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 |