monocat
: a simple standalone command line interface for managing GitHub releases and release assets.
This utility aims to make integrating GitHub release steps in CI/CD pipelines simple.
This utility is continuously unit tested on a GNU/Linux system with Python 3.6 through 3.9.
Use the GITHUB_API
environment variable to specify alternate GitHub API URLs;
the default value is https://api.github.com.
This utility was inspired by the gothub
utility from itch.io. As their utility has been
archived/deprecated without one clear path forward, this project aims to fill in
as a "close enough" successor.