Releases: lucasmelin/gh-hook
Releases · lucasmelin/gh-hook
v0.2.0
v0.1.3
Fixes
- Disabled the auto-generated
completion
command. See cli/cli#5309 for more details.
Full Changelog: v0.1.2...v0.1.3
v0.1.2
Fixes
- Only display repository webhook events, instead of all webhook events.
- Check that at least one webhook exists and was selected before attempting a delete.
Changes
- Added keymap help for multi-select choices.
Full Changelog: v0.1.1...v0.1.2
v0.1.1
Fixes
- 🐛 Fixed an issue where the JSON
config
field would not match the expected GitHub API name.
Full Changelog: v0.1.0...v0.1.1
Initial release 🎉
This release features three commands:
hook create
which prompts the user and creates a new repository webhook.hook delete
which lists all repository webhooks and prompts the user to delete one or more.hook list
which lists all repository webhooks.