Contents hide 1) What we can do with GitHub CLI 2) Some CLI Command Download GitHub CLI Github CLI has brought the Github to terminals. It helps you focus and enables you to more easily script and create your own workflows. Github CLI is out of the beta and released the V 1.0 available for download for Windows, macOS, Linux Release Date : 17 September, 2020 What we can do with GitHub CLI It run your entire GitHub workflow from the terminal, from issues through releases. It call the GitHub API to script nearly any action, and set a custom alias for any command. It Connect to GitHub Enterprise Server in addition to GitHub.com Some CLI Command Get The Issues List gh issue list Showing 4 of 4 issues in cli/cli #16 Improving interactions with protected branches #14 PR commands on a detached head #13 Support for GitHub Enterprise (enhancement) #8 Add an easier upgrade command (bug) Get Pull Request Status gh pr status Relevant pull requests in cli/cli Current branch There is no pull request associated with [fix-homepage-bug] Created by you You have no open pull requests Requesting a code review from you #100 Fix footer on homepage [fix-homepage-footer] ✓ Checks passing - Review pending Find Full Manual on the following link https://cli.github.com/manual/ get Latest News: https://www.geekstrick.com/news Share this:TwitterFacebookRedditLinkedInWhatsAppPrintTumblr Related