Difference between revisions of "Gh issue --help"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
+ | |||
+ | Work with GitHub issues. | ||
+ | |||
+ | USAGE | ||
+ | [[gh issue]] <command> [flags] | ||
<pre> | <pre> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
CORE COMMANDS | CORE COMMANDS | ||
close: Close issue | close: Close issue |
Latest revision as of 18:48, 4 August 2022
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
See also[edit]
gh [ auth | repo | secret | issue | workflow | webhook | gh environment | actions | run ] gh auth login, gh pr create, gh --help
Advertising: