bcicen / slackcat

CLI utility to post files and command output to slack
http://slackcat.chat
MIT License
1.22k stars 57 forks source link

CLI argument to work without config files #62

Closed Lysholm closed 5 years ago

Lysholm commented 5 years ago

Hi i want to use this in a CI/CD runner to output status/changelog to slack. It would be nice to not have to set up and copy config files into the containers but instead specify the token slackcat should use; --token would be perfect.

bcicen commented 5 years ago

added in https://github.com/bcicen/slackcat/commit/1783046c2a99637f18178ab1ca1912f286746bd5, to be included in the next release

Lysholm commented 5 years ago

Great stuff, looking forward to it. Using a ugly combination of sed and curl now. ;)