File tree Expand file tree Collapse file tree
website/docs/introduction Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -323,11 +323,7 @@ busly command send `
323323 --content-type ' text/json' `
324324 --enclosed-message-type " Messages.Commands.CreateOrder" `
325325 --destination-endpoint " BuslyCLI.DemoEndpoint" `
326- --message-body @payload.json
327- ```
328-
329- </TabItem >
330- <TabItem value = " docker bash" label = " Docker (Bash)" >
326+ --message-body " @payload.json"
331327
332328When running via Docker, mount the payload file into the container using ` -v` and reference its container path with ` @` :
333329
@@ -360,7 +356,7 @@ docker run --rm `
360356 --content-type " text/json" `
361357 --enclosed-message-type " Messages.Commands.CreateOrder" `
362358 --destination-endpoint " BuslyCLI.DemoEndpoint" `
363- --message-body @/app/payload.json `
359+ --message-body " @/app/payload.json" `
364360 --config ./config.yaml
365361` ` `
366362
You can’t perform that action at this time.
0 commit comments