From 833c7cfb59f969b597cf67ef1b2268196ef34559 Mon Sep 17 00:00:00 2001 From: Artur Souza Date: Thu, 10 Dec 2020 23:40:12 -0800 Subject: [PATCH] Update CLI ref for configurations with output and name params. --- daprdocs/content/en/reference/cli/dapr-configurations.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/daprdocs/content/en/reference/cli/dapr-configurations.md b/daprdocs/content/en/reference/cli/dapr-configurations.md index 401c9d92b..240ed5456 100644 --- a/daprdocs/content/en/reference/cli/dapr-configurations.md +++ b/daprdocs/content/en/reference/cli/dapr-configurations.md @@ -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 | +|