Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 806 Bytes

notes.md

File metadata and controls

26 lines (17 loc) · 806 Bytes

exodus

exodus

Swiss Army knife to export file(s) to external targets

Install

curl https://raw.githubusercontent.com/kruzio/exodus/master/download.sh | bash

exodus sendfile

Send File to one or more destinations

#Send to Slack
echo myfilecontent | bin/exodus sendfile -f -  --target="slack://mychannel?apikey=xoxb-myslackapp-oauth-token&title=My File"

# Send files from a watch directory (one shot)
exodus sendfile  --target=webhook+http://localhost:8080/stuff?content-type=text --watch /tmp/exodus

# Send files from a watch directory (forever)
exodus sendfile  --target=webhook+http://localhost:8080/stuff?content-type=text --watch /tmp/exodus --watch-forever