1GH-PROJECT-CLOSE(1) GitHub CLI manual GH-PROJECT-CLOSE(1)
2
3
4
6 gh-project-close - Close a project
7
8
9
11 gh project close [<number>] [flags]
12
13
14
16 --format <string>
17 Output format, must be 'json'
18
19
20 --owner <string>
21 Login of the owner. Use "@me" for the current user.
22
23
24 --undo Reopen a closed project
25
26
27
29 # close project "1" owned by monalisa
30 gh project close 1 --owner monalisa
31
32 # reopen closed project "1" owned by github
33 gh project close 1 --owner github --undo
34
35
36
37
38
40 gh-project(1)
41
42
43
44 Oct 2023 GH-PROJECT-CLOSE(1)