GitHub CLI, la herramienta oficial de línea de comandos de GitHub.
$ gh auth login
$ gh repo list
$ gh repo create nombre-repo --private
$ gh repo clone repo
$ gh pr status
$ gh contribution
$ gh release create v1.0.0 --title "Version 1.0.0" --notes "Nueva versión"