gcli

Portable CLI tool for Git hosting platforms and issue trackers

brewmacoslinux
Try with needOr install directly
Source

About

Portable Git(hub|lab|tea)/Forgejo/Bugzilla CLI tool

Commands

gcli

Examples

List all pull requests for a repository$ gcli pr list --repo owner/repo
Create a new issue with title and body$ gcli issue create --repo owner/repo --title 'Bug title' --body 'Bug description'
View details of a specific pull request$ gcli pr view --repo owner/repo --number 42