← 返回
开发者工具 Key 中文

Forgejo

Interact with Forgejo using the `tea` CLI. Use `tea issue`, `tea pr`, `tea actions`, and `tea api` for issues, PRs, Actions, and advanced queries.
使用 `tea` CLI 与 Forgejo 交互。利用 `tea issue`、`tea pr`、`tea actions` 和 `tea api` 处理议题、PR、Actions 及执行高级查询。
razzeee
开发者工具 clawhub v0.1.0 1 版本 99768.5 Key: 需要
★ 0
Stars
📥 1,724
下载
💾 10
安装
1
版本
#latest

概述

Forgejo Skill

Use the tea CLI to interact with Forgejo instances. The tea CLI is compatible with Forgejo.

Pull Requests

List open pull requests:

tea pulls --repo owner/repo

Check details of a PR:

tea pr 55 --repo owner/repo

Issues

List open issues:

tea issues --repo owner/repo

View an issue:

tea issue 123 --repo owner/repo

Actions (CI/CD)

List repository secrets:

tea actions secrets list --repo owner/repo

List repository variables:

tea actions variables list --repo owner/repo

API for Advanced Queries

The tea api command is useful for accessing data not available through other subcommands.

Get PR with specific fields (requires jq for filtering):

tea api repos/owner/repo/pulls/55 | jq '.title, .state, .user.login'

Logins

To use tea with a specific Forgejo instance, you first need to add a login:

tea login add --name my-forgejo --url https://forgejo.example.com --token <your-token>

Then you can use --login my-forgejo in your commands:

tea pulls --repo owner/repo --login my-forgejo

List all configured logins:

tea logins

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-03-28 23:42 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 68 📥 180,162
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 668 📥 324,145
developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 921 📥 185,794