mirror of https://github.com/dapr/docs.git
544 B
544 B
| type | title | linkTitle | description |
|---|---|---|---|
| docs | publish CLI command reference | publish | Detailed information on the publish CLI command |
Description
Publish an event to multiple consumers
Usage
dapr publish [flags]
Flags
| Name | Environment Variable | Default | Description |
|---|---|---|---|
--pubsub |
Name of the pub/sub component | ||
--data, -d |
(optional) a json serialized string | ||
--help, -h |
Help for publish | ||
--topic, -t |
The topic the app is listening on |