> For the complete documentation index, see [llms.txt](https://wiki.dmmax.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.dmmax.me/gh-cli.md).

# GH CLI

## GH CLI installation

```bash
brew install gh
```

## GH CLI authentication

You authentication via browser

```bash
gh auth login
```

or using prepared access token

```bash
gh auth login --with-token < path_to_token.txt
```

## Other options

The CLI also allows to work with [PullRequests](broken://pages/gddJvscNOposZhqP3qd1)

## Links

* [GH CLI | Manual](https://cli.github.com/manual/)
* [GH CLI | Repository](https://github.com/cli/cli)
