gh issue --help
Jump to navigation
Jump to search
Work with GitHub issues. USAGE gh issue <command> [flags] CORE COMMANDS close: Close issue comment: Add a comment to an issue create: Create a new issue delete: Delete issue edit: Edit an issue list: List issues in a repository reopen: Reopen issue status: Show status of relevant issues transfer: Transfer issue to another repository view: View an issue FLAGS -R, --repo [HOST/]OWNER/REPO Select another repository using the [HOST/]OWNER/REPO format INHERITED FLAGS --help Show help for command ARGUMENTS An issue can be supplied as argument in any of the following formats: - by number, e.g. "123"; or - by URL, e.g. "https://github.com/OWNER/REPO/issues/123". EXAMPLES $ gh issue list $ gh issue create --label bug $ gh issue view 123 --web LEARN MORE Use 'gh <command> <subcommand> --help' for more information about a command. Read the manual at https://cli.github.com/manual
Advertising: