gh issue
Manage GitHub issues from the command-line.
gh issue view {issue_number}
- Create a new issue in the web browser:
gh issue create --web
- List the last 10 issues with the `bug` label:
gh issue list --limit {10} --label "{bug}"
- List closed issues made by a specific user:
gh issue list --state closed --author {username}
- Display the status of issues relevant to the user, in a specific repository:
gh issue status --repo {owner}/{repository}
gh issue reopen {issue_number}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).