1GH-ISSUE(1) GitHub CLI manual GH-ISSUE(1)
2
3
4
6 gh-issue - Manage issues
7
8
9
11 gh issue <command> [flags]
12
13
14
16 Work with GitHub issues.
17
18
19
21 gh-issue-close(1)
22 Close issue
23
24
25 gh-issue-comment(1)
26 Add a comment to an issue
27
28
29 gh-issue-create(1)
30 Create a new issue
31
32
33 gh-issue-delete(1)
34 Delete issue
35
36
37 gh-issue-edit(1)
38 Edit an issue
39
40
41 gh-issue-list(1)
42 List issues in a repository
43
44
45 gh-issue-reopen(1)
46 Reopen issue
47
48
49 gh-issue-status(1)
50 Show status of relevant issues
51
52
53 gh-issue-transfer(1)
54 Transfer issue to another repository
55
56
57 gh-issue-view(1)
58 View an issue
59
60
61
63 -R, --repo <[HOST/]OWNER/REPO>
64 Select another repository using the [HOST/]OWNER/REPO format
65
66
67
69 $ gh issue list
70 $ gh issue create --label bug
71 $ gh issue view 123 --web
72
73
74
75
76
78 gh(1)
79
80
81
82 Jun 2022 GH-ISSUE(1)