1GH-PROJECT-CREATE(1)           GitHub CLI manual          GH-PROJECT-CREATE(1)
2
3
4

NAME

6       gh-project-create - Create a project
7
8
9

SYNOPSIS

11       gh project create [flags]
12
13
14

OPTIONS

16       --format <string>
17              Output format: {json}
18
19
20       --owner <string>
21              Login of the owner. Use "@me" for the current user.
22
23
24       --title <string>
25              Title for the project
26
27
28

EXAMPLE

30       # create a new project owned by login monalisa
31       gh project create --owner monalisa --title "a new project"
32
33
34
35
36

SEE ALSO

38       gh-project(1)
39
40
41
42                                   Nov 2023               GH-PROJECT-CREATE(1)
Impressum