A command line tool to interact with Gitea servers
A command line tool to interact with Gitea servers. tea is the official CLI for Gitea. It can be used to manage most entities on one or multiple Gitea instances and provides local helpers like 'tea pull checkout'. tea makes use of context provided by the repository in $PWD if available, but is still usable independently of $PWD.
A command line tool to interact with Gitea servers. tea is the official CLI for Gitea. It can be used to manage most entities on one or multiple Gitea instances and provides local helpers like 'tea pull checkout'. tea makes use of context provided by the repository in $PWD if available, but is still usable independently of $PWD.
To install gitea-tea, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install gitea-tea
To see what files were installed by gitea-tea, run:
port contents gitea-tea
To later upgrade gitea-tea, run:
sudo port selfupdate && sudo port upgrade gitea-tea
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.