A collection of tools to interact with GitHub in ways that are cumbersome via the UI.
- If you have
uvinstalled, you should be able touv run -m ghoolfrom the root of the repository. - Otherwise, you can
pip install -e .andghool.
Usage: main [OPTIONS] COMMAND [ARGS]...
Options:
--token TOKEN GitHub token (e.g. personal access token). Also read from
GITHUB_TOKEN.
--help Show this message and exit.
Commands:
close-dependabot-prs Close PRs created by Dependabot.
org-licenses List an organization's repositories and summarize...