# 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](https://wiki.dmmax.me/broken-reference)

## Links

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