Merge branch 'master' into update-cli-ref

This commit is contained in:
Mukundan Sundararajan 2020-12-11 17:18:07 -08:00 committed by GitHub
commit 9e33d70d86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -27,7 +27,8 @@ dapr publish --topic sample --pubsub target --data '{"key":"value"}'
| Name | Environment Variable | Default | Description
| --- | --- | --- | --- |
| `--data`, `-d` | | | The JSON serialized data string (optional) |
| `--help`, `-h` | | | Print this help message |
| `--pubsub`, `-p` | | | The name of the pub/sub component
| `--publish-app-id` | `-i`| | The ID that represents the app from which you are publishing
| `--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 |