G
gitea
Interact with Gitea using the `tea` CLI. Use `tea issue`, `tea pr`, `tea actions`, and `tea api` for issues, PRs, Actions, and advanced queries.
Installation
Pick a client and clone the repository into its skills directory.
Installation
About this skill
Interact with Gitea using the tea CLI. Use tea issue, tea pr, tea actions, and tea api for issues, PRs, Actions, and advanced queries.
How to use
- Zainstaluj narzędzie
teaCLI za pomocą brew (brew install tea) lub go (go install code.gitea.io/tea@latest). 2. Dodaj logowanie do swojej instancji Gitea poleceniemtea login add --name my-gitea --url https://gitea.example.com --token TWÓJ_TOKEN, gdzie TWÓJ_TOKEN to token dostępu z Gitea. 3. Wyświetl listę otwartych pull requestów w repozytorium poleceniemtea pulls --repo owner/repo --login my-gitea. 4. Sprawdź szczegóły konkretnego pull requesta numeremtea pr 55 --repo owner/repo --login my-gitea. 5. Zarządzaj zmiennymi i sekretami Actions poleceniamitea actions variables list --repo owner/repolubtea actions secrets list --repo owner/repo. 6. Dla zaawansowanych zapytań użyjtea api repos/owner/repo/pulls/55i przefiltruj wynik za pomocąjqaby wyodrębnić potrzebne pola.