-
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
How to remove in-app auto update and make brew cu take over all #154
Comments
Hello @hao-lh , thank you for using this. I'm not sure if I really get your point, what are you trying to achieve?
I assume you allowed apps to check updates by themselves, right? By passing (as you correctly stated)
Not sure what exactly is verbose, can you maybe add a screenshot what are you seeing?
By I hope it is little bit cleaner, let me know if you have any particular things you would like to follow up of clarify more. |
Hi @ondrejfuhrer Thank you for reaching me out and providing detailed explanation for this issue. However, for some reason, I don't prefer self update within application any more, and want to Thank you so much again for your explanations! |
Thank you @hao-lh for the explanation, now I get that. The "column" you are talking about is not something you can actually change. That is set in the cask metadata (e.g. for Therefore in order to update those you have to pass If you would like to always update only certain apps, I would suggest you you version pinning to pin apps that you don't want to update and then call I'll also want to work on a "default behaviour config" (see #156) so that you don't have to add the Let me know if there is anything else I can help you with. |
Thank you @ondrejfuhrer for pointing out, so FYI, A/U column is control by My original intention was user may check self update by accident, so when you open the application it would ask user for permission if you need to upgrade it. But when you try to update with |
@hao-lh you may try to add something like this to your
Then just invoke cask-upgrade, that will do all the things. |
Exactly.
Yes, that is unfortunately the case. There is another issue where we discuss "syncing" the auto-updated version back to the cask metadata, but unfortunately it is not as easy. You can follow the discussion here: #153 Long story short, there is currently no way you can actually control that behaviour yourself (meaning set which will be updated and which won't, etc). Maybe something we will consider for the future. |
Understood. So there is technical obstacles preventing you from doing so. |
Hi there,
Thanks for developing this nice utility, which solved one of my major concern of updating Homebrew cask applications.
However, previous I checked some in-app auto update options and now want brew cu to take over of this all. I know this can be done by
brew cu -a
, but is some kind of verbose every time, then is there a way I can remove in-app update one by one or even by batch, so brew cu would update them automatically?Thanks you so much!
The text was updated successfully, but these errors were encountered: