Add brew upgrade to Global commands

brew upgrade to Upgrade all packages
This commit is contained in:
Isaac Cerda 2020-05-27 16:53:00 -05:00 committed by GitHub
parent cb4e03077f
commit ef43970680
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ category: CLI
| Command | Description |
| --- | --- |
| `brew update` | Update brew and cask |
| `brew upgrade` | Upgrade all packages |
| `brew list` | List installed |
| `brew outdated` | What's due for upgrades? |
| `brew doctor` | Diagnose brew issues |