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 | +|