Github cli tool (gh)
gh is the new Github command-line tool. I'm super excited about this new tool. It makes the engineers / devops engineer experience much better. It allows you to use github(not fully yet but the basics) in the command line, so you dont need to use the browser. GH is written in GO and I believe in the future we will have amazing tooling from Github to CI/CD using GitHub Actions. So let's get started.
The Video
The Instructions
Install gh cli
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key C99B11DEB97541F0
sudo apt-add-repository -u https://cli.github.com/packages
sudo apt update
sudo apt install gh
have fun
gh auth login
gh create pr
gh pr checks
gh pr status
gh alias set bugs 'issue list --label="bugs"'
gh bugs
Cheers,
Diego Pacheco