Can auto-upgrade/latest casks be marked for non-greedy upgrades? #5258
Unanswered
shiftgeist
asked this question in
Casks
Replies: 1 comment
-
No, but you can set |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Output of
brew config
Output of
brew doctor
Description of issue
I'm looking for a way to include selected casks in the regular
brew upgrade
command.Those casks either have auto_upgrade set or have the latest version. Both are only included with the
--greedy
flag.For some reason the most apps marked as auto_upgrade don't actually upgrade them selfs. I tried editing the casks eg
brew edit spotify
but this did not to take affect. I assume cask configs are getting fetched from the remote.
For now
brew upgrade --greedy --dry-run
andbrew upgrade --greedy --casks A,B,C
does the job.Relevant casks
spotify,firefox-developer-edition
Beta Was this translation helpful? Give feedback.
All reactions