GH CLI
GH CLI installation
brew install gh
GH CLI authentication
You authentication via browser
gh auth login
or using prepared access token
gh auth login --with-token < path_to_token.txt
Other options
The CLI also allows to work with PullRequests
Links
Last updated