--action sendMessage --channel "zslackclichat1" --content "This is the *message* for 2222671 using content" --content "more content"
|
--action sendMessage --channel "zslackclichat1" --text "This is the *message* for 2222671 using text"
|
--action sendMessage --channel "zslackclicontent" --content "[ {\"type\": \"context\", \"elements\": [{\"type\": \"mrkdwn\", \"text\": \"Reported from https://bamboo.examplegear.com\"} ] } ] "
|
--action sendMessage --channel "zslackclicontent" --content "[ {\"type\": \"section\", \"text\": { \"text\": \"This is the message for 2201896\", \"type\": \"mrkdwn\" } } ]"
|
--action sendMessage --file "/opt/atlassian/pipelines/agent/build/src/itest/slack/resources/content1.json" --channel "zslackclicontent"
|
--action sendMessage --file "/opt/atlassian/pipelines/agent/build/src/itest/slack/resources/content2.json" --channel "zslackclicontent" --content "before2" --content "after2"
|
--action sendMessage --file "/opt/atlassian/pipelines/agent/build/src/itest/slack/resources/content3.json" --channel "zslackclicontent" --content "*before3*" --content "*after3*" --content "*more* after3" --options "markdown"
|
--action sendMessage --file "/opt/atlassian/pipelines/agent/build/src/itest/slack/resources/messages.txt" --channel "zslackclichat1" --text "This is the *message* for 2222671 with file data:"
|
--action sendMessage --file "/opt/atlassian/pipelines/agent/build/src/itest/slack/resources/messages.txt" --channel "zslackclichat1" --text "This is the *message* for 2222671 with file data:" --replace
|
--action sendMessage --file "/opt/atlassian/pipelines/agent/build/src/itest/slack/resources/messages.txt" --channel "zslackclichat1" --text "This is the *message* for 2222671 with file data:" --replace --pin
|
--action sendMessage --file "/opt/atlassian/pipelines/agent/build/src/itest/slack/resources/status.txt" --channel "zslackclicontent" --options "markdown=code"
|
--action sendMessage --file "/opt/atlassian/pipelines/agent/build/src/itest/slack/resources/status2.txt" --channel "zslackclichat1"
|
--action sendMessage --file "/opt/atlassian/pipelines/agent/build/src/itest/slack/resources/status2.txt" --channel "zslackclichat1" --autoSplit --text "Lead text before code block:" --options "markdown=code"
|
--action sendMessage --file "/opt/atlassian/pipelines/agent/build/src/itest/slack/resources/status2.txt" --channel "zslackclichat1" --autoSplit --text "Lead text before code block:" --options "markdown=code,autoSplitHeadingCount=1" --quiet
|