跳转到内容

cnb-rs label pull-list

cnb-rs label pull-list <number>

列出指定 Pull Request 的所有标签。

选项

  • <number>: Pull 编号(必填)

继承的全局选项:

  • --repo <REPO>: 指定仓库路径(格式:group/repo
  • --json: 以 JSON 格式输出
  • --domain <DOMAIN>: 指定目标域名(默认:cnb.cool

示例

bash
$ cnb-rs label pull-list 10
feature
review-needed

# JSON 格式输出
$ cnb-rs label pull-list 10 --json

另请参阅

Released under the MIT License.