diff --git a/daprdocs/content/en/reference/cli/dapr-list.md b/daprdocs/content/en/reference/cli/dapr-list.md index 108d6c4b7..c8d3358c8 100644 --- a/daprdocs/content/en/reference/cli/dapr-list.md +++ b/daprdocs/content/en/reference/cli/dapr-list.md @@ -25,6 +25,7 @@ dapr list [flags] | --- | --- | --- | --- | | `--help`, `-h` | | | Print this help message | | `--kubernetes`, `-k` | | `false` | List all Dapr pods in a Kubernetes cluster | +| `--output`, `-o` | | `table` | The output format of the list. Valid values are: `json`, `yaml`, or `table` ## Examples @@ -37,3 +38,8 @@ dapr list ```bash dapr list -k ``` + +### List Dapr instances in JSON format +```bash +dapr list -o json +```