buo / homebrew-cask-upgrade

A command line tool for upgrading every outdated app installed by Homebrew Cask
MIT License
2.39k stars 89 forks source link

make -a as default ? #232

Open avichou opened 1 year ago

avichou commented 1 year ago

is it possible to make brew CU update all casks (included those with autod update on) by default ?

so that I won't have to type -a each time, and will simply have to enter brew cu -y

(side question , is it dangerous/not advised to update apps that are marked as "auto update" ? )

yurikoles commented 1 year ago

Persistent config is being implemented in #174

ondrejfuhrer commented 1 year ago

(side question , is it dangerous/not advised to update apps that are marked as "auto update" ? )

Not really, it's up to every person to decide, how they want to manage those casks, either through brew or let them auto-update. You can also combine both of the approaches, etc.