Simple utility to post messages to slack.
Although this task can be done with cURL, this command is meant to save you some troubles with the API and future-proof it.
To install post2slack simply do:
$ go get github.com/opendevsecops/go-post2slack
Once the command is installed in your home go/bin folder execute it like this:
$ ~/go/bin/go-post2slack --help
To send message to slack simply do:
$ ~/go/bin/go-post2slack --url "https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX" --text "Your text message!"