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
16
|`-e`, `--enclosed-message-type`| The type of serialization used for the message |
17
-
|`-m`, `--message-body`| The content of the message body |
18
-
|`-d`, `--destination-endpoint`| The destination endpoint to send a message to |
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`). |
|`-c`, `--content-type`| The fully qualified .NET type name of the enclosed message (ex: Ordering.Commands.CreateOrder ) |
16
16
|`-e`, `--enclosed-message-type`| The type of serialization used for the message |
17
-
|`-m`, `--message-body`| The content of the message body|
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