mirror of https://github.com/dapr/docs.git
Update CLI ref for configurations with output and name params.
This commit is contained in:
parent
a08c9ed400
commit
833c7cfb59
|
@ -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 |
|
||||
|
|
||||
|
|
Loading…
Reference in New Issue