Update dapr-publish.md

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

View File

@ -19,7 +19,7 @@ dapr publish [flags]
### Publish to sample topic in target pubsub
```bash
dapr publish --topic sample --pubsub target --data '{"key":"value"}'
dapr publish --publish-app-id appId --topic sample --pubsub target --data '{"key":"value"}'
```