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

NAME

6       gh-project-item-archive - Archive an item in a project
7
8
9

SYNOPSIS

11       gh project item-archive [<number>] [flags]
12
13
14

OPTIONS

16       --format <string>
17              Output format: {json}
18
19
20       --id <string>
21              ID of the item to archive
22
23
24       --owner <string>
25              Login of the owner. Use "@me" for the current user.
26
27
28       --undo Unarchive an item
29
30
31

EXAMPLE

33       # archive an item in the current user's project "1"
34       gh project item-archive 1 --owner "@me" --id <item-ID>
35
36
37
38
39

SEE ALSO

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