- 
                Notifications
    
You must be signed in to change notification settings  - Fork 91
 
Open
Labels
Description
As a user I would like to set a default behaviour to brew cu command. As an example I might wan't to always run it with --all option.
Desired flow:
> brew cu
==> Options
Include auto-update (-a): false
Include latest (-f): falseConfig change
> brew cu config set auto-update true
Option "auto-update" has been set to "true" by default.
> brew cu
==> Options
Include auto-update (-a): true
Include latest (-f): falseOptions overview:
brew cu config set KEY VALUE- sets a certain value to the keybrew cu config reset KEY- resets certain key to a default statebrew cu config reset- resets all keys to a default statebrew cu config list- prints all configsbrew cu --ignore-config- runningbrew cucommand in a default state (as there are no configs set)
Available keys:
auto-update- if auto-update apps should be updatedlatest- if "latest" apps should be updatedinteractive- always run the upgrade as interactiveforce-yes- always update all the apps (no interaction needed)