diff --git a/daprdocs/content/en/reference/cli/dapr-publish.md b/daprdocs/content/en/reference/cli/dapr-publish.md index d53b1df08..f24f09721 100644 --- a/daprdocs/content/en/reference/cli/dapr-publish.md +++ b/daprdocs/content/en/reference/cli/dapr-publish.md @@ -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 |