Turms (the Etruscan messenger god, 𐌕𐌖𐌓𐌌𐌑) is a CLI to send messages to Microsoft Teams Channels via Incoming Webhooks.
Assuming you have already installed go:
export GO111MODULE=on
go get github.com/uempfel/turmsFor Information on how to configure an incoming webhook in Teams, please refer to the official docs at Microsoft.
To configure the CLI, export the following environment variable:
export TURMS_URL=https://some-tenant.webhook.office.com/webhookb2/some-id/IncomingWebhook/some-other-id/yet-another-id
Usage:
turms [flags]
Flags:
-b, --body string text body to send. Required, if "--body-from-file" is not set
-f, --body-from-file string path to a markdown file to send as body (takes precedence over the "--body" flag)
Required, if "--body" is not set
-c, --color string theme color to display in the message (webcolors or hexcodes are supported)
-h, --help help for turms
-t, --title string title to display in the message
-u, --url string webhook Url (overrides $TURMS_URL)- Gopher: Maria Letta - Free Gophers Pack
- Turms is really just a wrapper for https://github.com/atc0005/go-teams-notify. Credits to the authors!
