How do I update all Chocolatey apps without confirmation? -


i used able call cup all , have apps update. now, asks yes ensure want install selected package. there way can have auto update without typing yes every update?

tl;dr - yes, possible. use cup -y

also check out menus - choco -h, choco install -h

longer answer, we've moved little closer towards other package managers security reasons, default stop , confirm if okay state change. communicate changes in release notes / changelog, end in nuspec file, highly recommend folks scan @ least 1 of see tagged breaking changes. scan current version 1 upgrading catch changes.

the 1 important right x.y.z release (in case 0.9.9), once reach v1 semver compliant , breaking changes constitute major version bump (we're still semver in less v1), can scan breaking changes , major new features in x release, new compatible features in .y release, , .z releases contain compatible fixes current release.

0.9.9 introduced new compiled client was/is total rewrite. 0.9.10 have complete feature parity older client - see featureparity. why rewrite? more maintainable, faster client can run on mono now, not tied windows. we've started adding support other install providers (like scriptcs).

the relevant bits of release notes question:

  • [security] prompt confirmation: security reasons, stop confirmation before changing state of system on commands. can pass -y confirm prompts or set value in config globally confirm , behave older versions of chocolatey (allowglobalconfirmation, see choco feature -h how enable).

Comments

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -