gh project create

创建项目

gh project create [flags]

选项

--format <string>
输出格式: {json}
-q, --jq <expression>
使用 jq 表达式过滤 JSON 输出
--owner <string>
所有者的登录名。对当前用户使用 "@me"。
-t, --template <string>
使用 Go 模板格式化 JSON 输出;参见 "gh help formatting"
--title <string>
项目的标题

示例

# create a new project owned by login monalisa
gh project create --owner monalisa --title "a new project"

参见