Documentation ¶
Overview ¶
post is a command-line tool for posting messages to a Slack channel. For example:
$> ./bin/post -channel test -webhook-uri 'constant://?val=https://hooks.slack.com/services/.../.../...' testing
Or:
$> echo "wub wub wub" | ./bin/post -channel test -webhook-uri 'constant://?val=https://hooks.slack.com/services/.../.../...' -stdin
Or:
$> echo "wub wub wub" | ./bin/post -channel test -webhook 'awsparamstore://{SECRET_NAME}?region={REGION}&credentials={CREDENTIALS}' -stdin
Click to show internal directories.
Click to hide internal directories.