.nh .TH "GH-PROJECT-MARK-TEMPLATE" "1" "May 2024" "" "GitHub CLI manual" .SH NAME .PP gh-project-mark-template - Mark a project as a template .SH SYNOPSIS .PP \fBgh project mark-template [] [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 org owner. .TP \fB-t\fR, \fB--template\fR \fB\fR Format JSON output using a Go template; see "gh help formatting" .TP \fB--undo\fR Unmark the project as a template. .SH EXAMPLE .EX # mark the github org's project "1" as a template gh project mark-template 1 --owner "github" # unmark the github org's project "1" as a template gh project mark-template 1 --owner "github" --undo .EE .SH SEE ALSO .PP \fBgh-project(1)\fR