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

NAME

6       gh-project-view - View a project
7
8
9

SYNOPSIS

11       gh project view [<number>] [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       -w, --web
25              Open a project in the browser
26
27
28

EXAMPLE

30       # view the current user's project "1"
31       gh project view 1
32
33       # open user monalisa's project "1" in the browser
34       gh project view 1 --owner monalisa --web
35
36
37
38
39

SEE ALSO

41       gh-project(1)
42
43
44
45                                   Nov 2023                 GH-PROJECT-VIEW(1)
Impressum