mirror of https://github.com/dapr/cli.git
19 lines
344 B
Markdown
19 lines
344 B
Markdown
# dapr configurations
|
|
|
|
## Description
|
|
|
|
List all Dapr configurations
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
dapr configurations [flags]
|
|
```
|
|
|
|
## Flags
|
|
|
|
| Name | Environment Variable | Default | Description
|
|
| --- | --- | --- | --- |
|
|
| `--help`, `-h` | | | Help for configurations |
|
|
| `--kubernetes`, `-k` | | `false` | List all Dapr configurations in a k8s cluster |
|