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