You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`-c`, `--content-type`| The fully qualified .NET type name of the enclosed message (ex: Ordering.Commands.CreateOrder )|
16
-
|`-e`, `--enclosed-message-type`| The type of serialization used for the message |
15
+
|`-c`, `--content-type`| The type of serialization used for the message |
16
+
|`-e`, `--enclosed-message-type`| The fully qualified .NET type name of the enclosed message (ex: Ordering.Commands.CreateOrder )|
17
17
|`-m`, `--message-body`| The content of the message body. Accepts a raw JSON string or a path to a file using curl-style `@` syntax (e.g. `@payload.json`). |
18
+
|`-d`, `--destination-endpoint`| The destination endpoint to send the command to |
|`-c`, `--content-type`| The type of serialization used for the message |
16
+
|`-e`, `--enclosed-message-type`| The fully qualified .NET type name of the enclosed message (ex: Ordering.Events.OrderPlaced )|
17
17
|`-m`, `--message-body`| The content of the message body. Accepts a raw JSON string or a path to a file using curl-style `@` syntax (e.g. `@payload.json`). |
0 commit comments