Short Description
Docker image for https://www.npmjs.com/package/slack-webhook-cli
Full Description
docker-slack-webhook-cli
Docker image for https://www.npmjs.com/package/slack-webhook-cli
Usage
docker run -it \
-e SLACK_WEBHOOK_CLI_URL="https://hooks.slack.com/services/.../.../.."
ezdelivery/docker-slack-webhook-cli:latest \
slack-hook send -c "#dev-deploy" -e ":ezinho:" -u "ezinho" -m "Message"
Command line description
-m:
wanted message-c:
slack channel-e:
emoji used as avatar-u:
username
You can find additional info here