Update cli ref for publish command.

This commit is contained in:
Artur Souza 2020-12-10 21:29:50 -08:00
parent a08c9ed400
commit cb8286dabb
1 changed files with 3 additions and 2 deletions

View File

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