You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some folks want a global confirmation setting so that chocolatey can work like the prior version did without confirmation. They understand the security implications of this setting, so allow them to change it.
If a user has set `allowInsecureConfirmation` in their configuration
file in the features section, this will choose `yes` instead of
displaying prompts.
* stable: (31 commits)
(specs) Install scenarios
(specs) integration SetUpFixture
(log) log actual file ran instead of string[]
(specs) remove and readd install envvar
(maint) formatting
(specs) add more todos
Set ChocolateyInstall envvar for POSH
(specs) add simpleinjector as dependency
(specs) packages for scenarios
(maint) need system console for debug
(chocolateyGH-98) Fix upgrade is a dependency of others
(maint) formatting
PathResolver - explicit to_string() method
(maint) formatting
(maint) formatting
(chocolateyGH-52) Rename config confirmation setting
(chocolateyGH-103) Determine if AllowMultiple
(doc) clarify powershell script options
XmlService - don't delete on save
(chocolateyGH-47) Rollback enhancements
...
Some folks want a global confirmation setting so that chocolatey can work like the prior version did without confirmation. They understand the security implications of this setting, so allow them to change it.
allowGlobalConfirmation
Relates to #54.
The text was updated successfully, but these errors were encountered: