mirror of https://github.com/dapr/docs.git
Update cli ref for publish command.
This commit is contained in:
parent
a08c9ed400
commit
cb8286dabb
|
|
@ -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 |
|
||||
|
|
|
|||
Loading…
Reference in New Issue