mirror of https://github.com/dapr/docs.git
Merge pull request #1003 from artursouza/cli_configuration_update
Update CLI ref for configurations with output and name params.
This commit is contained in:
commit
c245f30b96
|
|
@ -19,5 +19,8 @@ dapr configurations [flags]
|
||||||
|
|
||||||
| Name | Environment Variable | Default | Description
|
| 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 |
|
| `--help`, `-h` | | | Print this help message |
|
||||||
| `--kubernetes`, `-k` | | `false` | List all Dapr configurations in a Kubernetes cluster |
|
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue