Skip to content

uempfel/turms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Turms

Turms (the Etruscan messenger god, 𐌕𐌖𐌓𐌌𐌑) is a CLI to send messages to Microsoft Teams Channels via Incoming Webhooks.

Installation

Assuming you have already installed go:

export GO111MODULE=on
go get github.com/uempfel/turms

Usage

For 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)

Credits

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages