mirror of https://github.com/dapr/docs.git
552 B
552 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 |
---|---|---|---|
--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 |