NAME
gh-issue - Manage issues
SYNOPSIS
gh issue <command> [flags]
DESCRIPTION
Work with GitHub issues.
GENERAL COMMANDS
Create a new issue
List issues in a repository
Show status of relevant issues
TARGETED COMMANDS
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
OPTIONS
-R, --repo <[HOST/]OWNER/REPO>
Select another repository using the [HOST/]OWNER/REPO format
EXAMPLE
$ gh issue list
$ gh issue create --label bug
$ gh issue view 123 --web