list CLI command reference

Detailed information on the list CLI command

Description

List all Dapr instances.

Supported platforms

Usage

  1. dapr list [flags]

Flags

NameEnvironment VariableDefaultDescription
—help, -hPrint this help message
—kubernetes, -kfalseList all Dapr pods in a Kubernetes cluster
—output, -otableThe output format of the list. Valid values are: json, yaml, or table

Examples

  1. # List Dapr instances in self-hosted mode
  2. dapr list
  3. # List Dapr instances in Kubernetes mode
  4. dapr list -k
  5. # List Dapr instances in JSON format
  6. dapr list -o json

Last modified November 12, 2021 : Merge pull request #1949 from willtsai/az-staticwebapp-versioning (c40e456)