An open API service indexing awesome lists of open source software.

https://github.com/codefresh-io/slack-message-sender


https://github.com/codefresh-io/slack-message-sender

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Slack message sender

This plugin is part of Codefresh native (plugins)[https://github.com/codefresh-io/plugins]

## Run locally
`go get codefresh-io/slack-message-sender`
`slack-message-sender send --help`
```
NAME:
slack-message-sender send -

USAGE:
slack-message-sender send [command options] [arguments...]

DESCRIPTION:
Send message to slack channel using webhook

OPTIONS:
--webhook-url value [$WEBHOOK_URL]
--verbose, -v [$DEBUG]
--message value, -m value [$SLACK_MESSAGE]

```