Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarranza committed Sep 23, 2018
1 parent f4352e9 commit 2261201
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# Propaganda

Announces merges in GitHub and GitLab to a slack incoming webhook.

Propaganda, from the spanish meaning: advertisement

> a notice or announcement in a public medium promoting a product, service, or event.
## Usage

```
Usage of ./propaganda:
-address string
listening address (default ":9092")
-config string
configuration file to use (default "propaganda.yml")
-debug
enable debug logging
-match-pattern string
match string regex (default "\\[announce\\]")
-metrics string
metrics path (default "/metrics")
-webhook-url string
slack webhook url (default SLACK_WEBHOOK_URL env var)
```

0 comments on commit 2261201

Please sign in to comment.