mirror of https://github.com/dapr/docs.git
793 B
793 B
type | title | linkTitle | description |
---|---|---|---|
docs | configurations CLI command reference | configurations | Detailed information on the configurations CLI command |
Description
List all Dapr configurations.
Supported platforms
- [Kubernetes]({{< ref kubernetes >}})
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