https://github.com/shawalli/ghri
GitHub Release Info
https://github.com/shawalli/ghri
cli command-line git github python release releases vcs
Last synced: 6 months ago
JSON representation
GitHub Release Info
- Host: GitHub
- URL: https://github.com/shawalli/ghri
- Owner: shawalli
- License: mit
- Created: 2018-11-19T12:51:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T01:18:26.000Z (almost 3 years ago)
- Last Synced: 2025-02-13T12:17:10.985Z (8 months ago)
- Topics: cli, command-line, git, github, python, release, releases, vcs
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
##########################
ghri (GitHub Release Info)
##########################CLI to display information about a GitHub project's releases.
********************
Installation & Usage
********************.. code-block:: bash
pip install ghri
or
.. code-block:: bash
python setup.py install
The CLI can be run by invoking ``ghri``.
.. code-block:: bash
Usage: ghri [OPTIONS] COMMAND [ARGS]...
Display information about GitHub releases.
Options:
-a, --api-endpoint URL GitHub API endpoint; may also be set with
GITHUB_API_ENDPOINT environmental variable. Note
that GitHub Enterprise API endpoints have a specific
format that is slightly different than the
traditional GitHub API endpoint. [default:
https://api.github.com]
-t, --token TOKEN GitHub access token; may also be set with
GITHUB_TOKEN environmental variable. [required]
--version Show the version and exit.
--help Show this message and exit.Commands:
list List all releases for a GitHub project.
show Show information about KEY release.**********************
Authorship and License
**********************Written by Shawn Wallis and distributed under the MIT license.