DiscordCLI
Message Discord from your terminal
Send a message to a Discord channel from a shell, a CI job or a git hook. The webhook is the only setup, and the CLI takes the connection slug and the text.
What you can build
Tell the channel a build passed
Drop it at the end of the CI script.
yeetpost discord "build #${BUILD_NUMBER} passed, ready for review"Alert when a long job finishes
Chain it after the job so it only fires on success.
python train_model.py && yeetpost discord "model training finished"Post to a second channel
A second webhook gets its own slug, built from the webhook's name.
yeetpost buildbot2_discord "nightly job finished at $(date -u +%H:%M) UTC"Related features
- Send Discord messages from your code
- Post to LinkedIn from your terminal
- Twitter CLI tool: post to X from your terminal
- Post to Bluesky from your terminal
Explore the full catalog on the features hub.
Related resources
Ready to get started?
Start posting to Discord in minutes.