From cb8286dabbeaa4e42a7a63a92e50cda673a89266 Mon Sep 17 00:00:00 2001 From: Artur Souza Date: Thu, 10 Dec 2020 21:29:50 -0800 Subject: [PATCH] Update cli ref for publish command. --- daprdocs/content/en/reference/cli/dapr-publish.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/daprdocs/content/en/reference/cli/dapr-publish.md b/daprdocs/content/en/reference/cli/dapr-publish.md index d53b1df08..f24f09721 100644 --- a/daprdocs/content/en/reference/cli/dapr-publish.md +++ b/daprdocs/content/en/reference/cli/dapr-publish.md @@ -19,7 +19,8 @@ dapr publish [flags] | Name | Environment Variable | Default | Description | --- | --- | --- | --- | +| `--publish-app-id` | `-i`| | The id for publishing application +| `--pubsub` | `-p` | | The name of the pub/sub component +| `--topic`, `-t` | | | The topic to be published to | | `--data`, `-d` | | | The JSON serialized string (optional) | | `--help`, `-h` | | | Print this help message | -| `--pubsub` | | | The name of the pub/sub component -| `--topic`, `-t` | | | The topic to be published to |