-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FR] Upate formules #225
Comments
Hey @qcksilver , Isn't that something you can simply achieve by using |
Yup. But doesn't I guess I was just surprised that cu didn't automatically upgrade formulas since it tells me about outdated formulas and auto updates homebrew. I thought it would be cool if cu could just do it all lol, but idk if there is some technical reason it can't? |
This repo is called |
i had the same feature request. also because it also includes MAS updates ( with i would like to also see the normal home bew formulas here - so i get an "take it all" and with the options to update interactive or pinning versions i get additional features compared to |
Personally i prefer to use this thing: And as one more thing i configured this alias to output command before executing, so i always know what executed under hood: echo "brew update && brew upgrade --formulae && yes | brew cu --all --cleanup && brew cleanup --prune=all" && brew update && brew upgrade --formulae && yes | brew cu --all --cleanup && brew cleanup --prune=all and you can add it by executing I think quite often people come to this tool when they want to update everything homebrew related using just one command while also been able to pin casks, so how about to provide them some instructions in README.md about how to do this? I think i can make PR, let me know if it's acceptable. |
I'd love if there was an option to update outed formulas along with casks.
Right now if when enter
brew cu -a -y
it updates homebrew, tells me what formulas are out of date, and then updates casks.What I was actually looking for when I found cu is the ability to just type one command that updates everything homebrew related, in the correct order. cu is a big improvement for updating casks vs vanilla homebrew, but imo it's just missing this one feature that would make it perfect.
So it would be great if there was a way to enable this behavior by default or to add it is an option. Maybe
-bf
short for brew formulas?The text was updated successfully, but these errors were encountered: