Skip to content

v0.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Apr 10:34
· 1 commit to main since this release
1aec906

Highlights

  • Added gh-style --json <fields> selection for gitee repo view, gitee issue list, gitee pr view, gitee pr list, and gitee pr status, making gitee easier to script and easier for agents to consume.
  • Expanded the supported JSON field set and command help metadata so users can discover valid fields directly from gitee help --json.
  • Added gitee --version and clearer usage errors for unsupported JSON field selection requests.

Included in v0.3.0

JSON output and scripting workflows

  • Added gh-style --json <fields> selection for gitee repo view, gitee issue list, gitee pr view, gitee pr list, and gitee pr status in #63
  • Expanded supported repository, issue, and pull request fields, and documented field-selection examples in gitee help --json in #66
  • Improved usage errors for unsupported or unknown JSON field selection requests in #68

CLI ergonomics

  • Added gitee --version for quick binary version checks in #65

Agent workflows and documentation

  • Split using-gitee-cli command references into dedicated auth, repo, issue, and pull request guides in #67
  • Moved contributor guidance into CONTRIBUTING.md and CONTRIBUTING_CN.md to keep the README focused on end-user usage in #60

Notes

  • Full --json output remains available across commands, while field selection currently targets the read-oriented commands above.
  • The installed executable is named gitee.
  • gitee-cli is an unofficial community project and is not affiliated with Gitee.