Summary
holla slack chat reply needs a --broadcast flag that maps to Slack's reply_broadcast: true parameter.
This makes the thread reply also appear in the channel — equivalent to Slack's "Also send to #channel" checkbox.
Current workaround
Use holla slack api chat.postMessage with reply_broadcast: true in the body, but this posts as a bot instead of the user.
Proposed
holla slack chat reply --channel "#general" --ts 1234567890.123456 --text "message" --broadcast -w <ws>
Add --broadcast (boolean flag, default false) to chat reply that sets reply_broadcast: true in the underlying Slack API call.
Summary
holla slack chat replyneeds a--broadcastflag that maps to Slack'sreply_broadcast: trueparameter.This makes the thread reply also appear in the channel — equivalent to Slack's "Also send to #channel" checkbox.
Current workaround
Use
holla slack api chat.postMessagewithreply_broadcast: truein the body, but this posts as a bot instead of the user.Proposed
Add
--broadcast(boolean flag, default false) tochat replythat setsreply_broadcast: truein the underlying Slack API call.