publish CLI command reference

Detailed information on the publish CLI command

Description

Publish a pub-sub event.

Supported platforms

Usage

  1. dapr publish [flags]

Flags

NameEnvironment VariableDefaultDescription
—publish-app-id, -iThe ID that represents the app from which you are publishing
—pubsub, -pThe name of the pub/sub component
—topic, -tThe topic to be published to
—data, -dThe JSON serialized string (optional)
—data-file, -fA file containing the JSON serialized data (optional)
—help, -hPrint this help message

Examples

  1. # Publish to sample topic in target pubsub
  2. dapr publish --publish-app-id appId --topic sample --pubsub target --data '{"key":"value"}'

Last modified October 20, 2021: Env variables inconsistency (#1835) (9ddab5df)