The documentation you are viewing is for Dapr v0.11 which is an older version of Dapr. For up-to-date documentation, see the latest version.

configurations CLI command reference

Detailed information on the configurations CLI command

Description

List all Dapr configurations.

Supported platforms

Usage

dapr configurations [flags]

Flags

Name Environment Variable Default Description
--kubernetes, -k false List all Dapr configurations in a Kubernetes cluster
--name, -n The configuration name to be printed (optional)
--output, -o list Output format (options: json or yaml or list)
--help, -h Print this help message

Examples

List Kubernetes Dapr configurations

dapr configurations -k
Last modified July 7, 2022: update nav bar v0.11 (#2633) (b309d3d)