0.0
No commit activity in last 3 years
No release in over 3 years
Command line tool to control GitHub repository hooks in multiple repos in bulk
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.6
>= 0
>= 0

Runtime

~> 3.0
~> 0.19
 Project Readme

Hooker

Command line tool to control GitHub repository web hooks in multiple repos in bulk.

Installing

$ gem install mass-hooker

Before you run it

$ export GITHUB_OAUTH_TOKEN=<your_token>

Your token must have hooks_admin permission.

Examples

Make sure all organization repos have a hook

$ hooker ensure_hooks \
  --org your_org \
  --hook_url http://your.hook.handler/do/stuff \
  --events pull_request,issues

List all hooks in all organization private repos

$ hooker hooks \
  --org your_org \
  --type private

Getting more help

Run hooker help or hooker help <command>.