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

NAME

6       gh-project-copy - Copy a project
7
8
9

SYNOPSIS

11       gh project copy [<number>] [flags]
12
13
14

OPTIONS

16       --drafts
17              Include draft issues when copying
18
19
20       --format <string>
21              Output format: {json}
22
23
24       --source-owner <string>
25              Login of the source owner. Use "@me" for the current user.
26
27
28       --target-owner <string>
29              Login of the target owner. Use "@me" for the current user.
30
31
32       --title <string>
33              Title for the new project
34
35
36

EXAMPLE

38       # copy project "1" owned by monalisa to github
39       gh project copy 1 --source-owner monalisa --target-owner github --title "a new project"
40
41
42
43
44

SEE ALSO

46       gh-project(1)
47
48
49
50                                   Nov 2023                 GH-PROJECT-COPY(1)
Impressum