gh project edit
编辑项目
gh project edit [<number>] [flags]
选项
-d,--description <string>- 项目的新的描述
-
--format <string> - 输出格式:{json}
-q,--jq <expression>- 使用 jq 表达式过滤 JSON 输出
-
--owner <string> - 所有者的登录名。对当前用户使用“@me”。
-
--readme <string> - 项目的新的自述文件
-t,--template <string>- 使用 Go 模板格式化 JSON 输出;参见“gh help formatting”
-
--title <string> - 项目的新的标题
-
--visibility <string> - 更改项目可见性:{PUBLIC|PRIVATE}
示例
# edit the title of monalisa's project "1"
gh project edit 1 --owner monalisa --title "New title"