forgejo-cli

CLI tool for interacting with Forgejo repositories and instances

brewmacoslinux
Try with needOr install directly
Source

About

CLI tool for interacting with Forgejo

Commands

forgejo

Examples

List all repositories on a Forgejo instance$ forgejo repo list
Create a new repository on Forgejo$ forgejo repo create --name my-repo --description 'My repository'
Clone a repository from a Forgejo instance$ forgejo repo clone username/repo-name