.nh .TH "GH-PROJECT-VIEW" "1" "Mar 2024" "" "GitHub CLI manual" .SH NAME .PP gh-project-view - View a project .SH SYNOPSIS .PP \fBgh project view [] [flags]\fR .SH OPTIONS .TP \fB--format\fR \fB\fR Output format: {json} .TP \fB-q\fR, \fB--jq\fR \fB\fR Filter JSON output using a jq expression .TP \fB--owner\fR \fB\fR Login of the owner. Use "@me" for the current user. .TP \fB-t\fR, \fB--template\fR \fB\fR Format JSON output using a Go template; see "gh help formatting" .TP \fB-w\fR, \fB--web\fR Open a project in the browser .SH EXAMPLE .EX # view the current user's project "1" gh project view 1 # open user monalisa's project "1" in the browser gh project view 1 --owner monalisa --web .EE .SH SEE ALSO .PP \fBgh-project(1)\fR