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

NAME

6       gh-project-edit - Edit a project
7
8
9

SYNOPSIS

11       gh project edit [<number>] [flags]
12
13
14

OPTIONS

16       -d, --description <string>
17              New description of the project
18
19
20       --format <string>
21              Output format: {json}
22
23
24       --owner <string>
25              Login of the owner. Use "@me" for the current user.
26
27
28       --readme <string>
29              New readme for the project
30
31
32       --title <string>
33              New title for the project
34
35
36       --visibility <string>
37              Change project visibility: {PUBLIC|PRIVATE}
38
39
40

EXAMPLE

42       # edit the title of monalisa's project "1"
43       gh project edit 1 --owner monalisa --title "New title"
44
45
46
47
48

SEE ALSO

50       gh-project(1)
51
52
53
54                                   Nov 2023                 GH-PROJECT-EDIT(1)
Impressum