gh project field-list
列出项目中的字段
gh project field-list number [flags]
选项
-
--format <string> - 输出格式:{json}
-q,--jq <expression>- 使用 jq 表达式过滤 JSON 输出
-L,--limit <int> (默认值 30)- 要获取的最大字段数
-
--owner <string> - 所有者的登录名。对当前用户使用“@me”。
-t,--template <string>- 使用 Go 模板格式化 JSON 输出;请参见“gh help formatting”。
示例
# list fields in the current user's project "1"
gh project field-list 1 --owner "@me"