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 February 18, 2022: Update setup-jetstream.md (#2200) (428d8c2)