For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Last updated