tea

Command-line tool to interact with Gitea servers

brewmacoslinux
Try with needOr install directly
Source

About

Command-line tool to interact with Gitea servers

Commands

tea

Examples

Login to a Gitea server and save credentials$ tea login add
List all repositories on the configured Gitea instance$ tea repos list
Create a new pull request on a repository$ tea pulls create --head feature-branch --base main