Update CLI ref for configurations with output and name params.

This commit is contained in:
Artur Souza 2020-12-10 23:40:12 -08:00
parent a08c9ed400
commit 833c7cfb59
1 changed files with 4 additions and 1 deletions

View File

@ -19,5 +19,8 @@ dapr configurations [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 |
| `--kubernetes`, `-k` | | `false` | List all Dapr configurations in a Kubernetes cluster |
|