https://github.com/crosbymichael/hooks
An application to manage webhooks
https://github.com/crosbymichael/hooks
Last synced: about 1 month ago
JSON representation
An application to manage webhooks
- Host: GitHub
- URL: https://github.com/crosbymichael/hooks
- Owner: crosbymichael
- License: mit
- Created: 2014-11-06T19:46:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-01T23:27:22.000Z (almost 10 years ago)
- Last Synced: 2025-03-27T12:11:15.366Z (about 2 months ago)
- Language: Go
- Homepage:
- Size: 252 KB
- Stars: 19
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## hooks
Hooks is a small application that manages web hooks from github, hub.docker.com, or
other third party services.### cli
```bash
NAME:
hooks - manage github webhooks and eventsUSAGE:
hooks [global options] command [command options] [arguments...]VERSION:
2COMMANDS:
github handle github webhooks by pushing them onto a queue names hooks-{reponame}
archive archive hooks into a rethinkdb for processing
broadcast broadcast is a command that accepts jobs off of a queue and sends a hook to third party services
help, h Shows a list of commands or help for one commandGLOBAL OPTIONS:
--debug enable debug output
--config, -c config file path
--help, -h show help
--version, -v print the version
```### license - MIT