2018-12-08 10:57:50 +08:00
2018-10-21 21:52:57 +03:00
2018-09-03 14:43:00 +08:00
2018-10-20 10:30:56 +08:00
2018-09-03 14:43:00 +08:00
DCO
2018-09-03 14:43:00 +08:00
2018-09-03 14:43:00 +08:00
2018-09-03 14:43:00 +08:00
2018-10-21 21:52:57 +03:00

Gitea Command Line Tool for Go

This project acts as a command line tool for operating one or multiple Gitea instances. It depends on code.gitea.io/sdk client SDK implementation written in Go to interact with the Gitea API implementation.

Installation

go get github.com/go-gitea/tea
go install github.com/go-gitea/tea

Usage

First of all, you have to create a token on your personal settings -> application.

git clone git@try.gitea.io:gitea/gitea.git
cd gitea
tea login add --name=try --url=https://try.gitea.io --token=xxxxxx
tea issues
tea releases

Contributing

Fork -> Patch -> Push -> Pull Request

Authors

License

This project is under the MIT License. See the LICENSE file for the full license text.

Description
tea镜像
Readme 20 MiB
v0.9.2 Latest
2023-02-19 13:23:41 +08:00
Languages
Go 98.3%
Makefile 1.1%
Shell 0.4%
PowerShell 0.1%