brew outdated not functioning until after updating brew to latest version
#3205
-
|
Been seeing this for some time now.... When my brew version is not latest version and I run A lot of lines but need to show instead of explaining... Also when doing a "brew upgrade --dry run" why is homebrew being updated? Adding this in case it's needed |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
|
There's perhaps an argument that |
Beta Was this translation helpful? Give feedback.
brew updatedoesn't just updatebrewbut also the state of all your taps.brew outdateddoes not perform any network operations itself.There's perhaps an argument that
brew outdatedshould trigger an auto-update, but currently only the likes ofbrew installandbrew upgradedo that.