GH-ISSUE(1) GitHub CLI manual GH-ISSUE(1)

gh-issue - Manage issues

gh issue <command> [flags]

Work with GitHub issues.

Create a new issue

List issues in a repository

Show status of relevant issues

Close issue

Add a comment to an issue

Delete issue

Manage linked branches for an issue

Edit issues

Lock issue conversation

Pin a issue

Reopen issue

Transfer issue to another repository

Unlock issue conversation

Unpin a issue

View an issue

Select another repository using the [HOST/]OWNER/REPO format

$ gh issue list
$ gh issue create --label bug
$ gh issue view 123 --web

gh(1)

Nov 2024