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

NAME

6       gh-project-mark-template - Mark a project as a template
7
8
9

SYNOPSIS

11       gh project mark-template [<number>] [flags]
12
13
14

OPTIONS

16       --format <string>
17              Output format: {json}
18
19
20       --owner <string>
21              Login of the org owner.
22
23
24       --undo Unmark the project as a template.
25
26
27

EXAMPLE

29       # mark the github org's project "1" as a template
30       gh project mark-template 1 --owner "github"
31
32       # unmark the github org's project "1" as a template
33       gh project mark-template 1 --owner "github" --undo
34
35
36
37
38

SEE ALSO

40       gh-project(1)
41
42
43
44                                   Nov 2023        GH-PROJECT-MARK-TEMPLATE(1)
Impressum