feat(issue): add metadata lookup shortcuts #43

Merged
wbtiger merged 1 commits from wangyue111/gitlink-cli:feat/issue-metadata-shortcuts into master 2026-06-02 22:30:27 +08:00
Contributor

变更内容

  • 新增 issue +priorities shortcut,用于查询仓库 Issue 优先级列表。
  • 新增 issue +tags shortcut,用于查询仓库 Issue 标签列表,并支持 --keyword--only-name--order-by--order-direction
  • 新增 issue +statuses shortcut,用于查询仓库 Issue 状态列表,并支持 --page--limit
  • 补充 README、中文 README、Issue Skill 和 reference 文档。
  • 增加单元测试覆盖三个接口的请求路径和查询参数。

验证

  • GOPROXY=https://goproxy.cn,direct go test ./...
  • go run . issue +priorities --help
  • go run . issue +tags --help
  • go run . issue +statuses --help
  • git diff --check
## 变更内容 - 新增 `issue +priorities` shortcut,用于查询仓库 Issue 优先级列表。 - 新增 `issue +tags` shortcut,用于查询仓库 Issue 标签列表,并支持 `--keyword`、`--only-name`、`--order-by`、`--order-direction`。 - 新增 `issue +statuses` shortcut,用于查询仓库 Issue 状态列表,并支持 `--page`、`--limit`。 - 补充 README、中文 README、Issue Skill 和 reference 文档。 - 增加单元测试覆盖三个接口的请求路径和查询参数。 ## 验证 - `GOPROXY=https://goproxy.cn,direct go test ./...` - `go run . issue +priorities --help` - `go run . issue +tags --help` - `go run . issue +statuses --help` - `git diff --check`
wangyue111 force-pushed feat/issue-metadata-shortcuts from c64e07a2d7 to 34be160d96 2026-06-02 12:46:47 +08:00 Compare
wbtiger merged commit 8e558cceca into master 2026-06-02 22:30:27 +08:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Gitlink/gitlink-cli#43
No description provided.