--delay-upgrade-by=7d #3807
-
|
I use chocolatey to update all my Windows apps on a daily basis: cmd.exe /K "choco upgrade all -Y"This is great and has served me well for a long time. However:
It would be great if At the moment, my workaround is to create a wrapper script:
Was such a feature ever considered for chocolatey? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Thanks for raising this discussion. Running With this in mind, we provide the ability to Looking at how this would work in reality brings in the complication of dependencies too. Chocolatey CLI open-source is all about you digging in and using the tool in the way that works for you, so it's great to see you've created a wrapper script for this. Would you consider sharing this so that others may use it? Overall, I don't think this is a terrible idea. However, after reviewing it, it's not something we expect to prioritise in the foreseeable future and I'm going to close it to keep our backlog focused, but we’re open to revisiting it in the future if priorities shift or new interest arises. You are welcome to comment here or open a new issue if you'd like to discuss it further down the line. |
Beta Was this translation helpful? Give feedback.
Thanks for raising this discussion.
Running
choco upgrade allis a something you do intentionally, and understanding the consequences of upgrading all your packages. Sometimes the software that the package provides causes problems on your system -- bugs, zero-day attacks, changes in functionality that break your use of the software) just overall. This isn't a package issue, but a software one, and is no different when using any package manager.With this in mind, we provide the ability to
pina package. This excludes it from being upgraded automatically when runningchoco upgrade alland then gives you time to review the software --nextcloud-clientin this case -- for any of those issues…