Refer to this article to learn how to custom homebrew your organization tools.
Command to tap all the formulas built at Envoy
brew tap envoy/tools
Command | |
---|---|
Update all package definitions | brew update |
List outdate local installed packages | brew outdated |
Upgrade all formulas | brew upgrade |
Upgrade a specific formula | brew upgrade <formula-name> |
Remove a formula | brew cleanup <formula-name> and then brew remove --force <formula-name> |