dashboard CLI command reference

Detailed information on the dashboard CLI command

Description

Start Dapr dashboard.

Supported platforms

Usage

  1. dapr dashboard [flags]

Flags

NameEnvironment VariableDefaultDescription
—address, -alocalhostAddress to listen on. Only accepts IP address or localhost as a value
—help, -hPrints this help message
—kubernetes, -kfalseOpens Dapr dashboard in local browser via local proxy to Kubernetes cluster
—namespace, -ndapr-systemThe namespace where Dapr dashboard is running
—port, -p8080The local port on which to serve Dapr dashboard
—version, -vfalsePrint the version for Dapr dashboard

Examples

Start dashboard locally

  1. dapr dashboard

Start dashboard service locally on a specified port

  1. dapr dashboard -p 9999

Port forward to dashboard service running in Kubernetes

  1. dapr dashboard -k

Port forward to dashboard service running in Kubernetes on all addresses on a specified port

  1. dapr dashboard -k -p 9999 --address 0.0.0.0

Port forward to dashboard service running in Kubernetes on a specified port

  1. dapr dashboard -k -p 9999

Last modified September 20, 2021 : Merge pull request #1800 from greenie-msft/gRPC_proxying_video (36dff3c)