--help | -? , -h | Prints out the help menu. |
--debug | -d | Show debug messaging. |
--verbose | -v | Very verbose messaging, not supposed to be used under normal circumstances. |
--trace | | Very, very verbose trace messaging. Avoid except when needing super low-level .NET Framework debugging. |
--nocolor , --no-color | | Do not show colorization in logging output. This overrides the feature logWithoutColor, set to 'False'. |
--acceptlicense , --accept-license | | Accept license dialogs automatically. Reserved for future use. |
--yes , --confirm | -y | Respond affirmatively to prompts. Implies --accept-license . Compare with allowGlobalConfirmation |
--force | -f | Force the behavior. Do not use force during normal operation - it subverts some of the smart behavior for commands. |
--noop , --whatif , --what-if | | Don't actually do anything. |
--limitoutput , --limit-output | | Limit the output to essential information |
--timeout , --execution-timeout=VALUE | | The time to allow a command to finish before timing out. Overrides the default execution timeout in the configuration of 2700 seconds. '0' for infinite starting in 0.10.4. |
--cache , --cachelocation , --cache-location=VALUE | -c - | Location for download cache, defaults to %TEMP% or value in chocolatey.config file. |
--allowunofficial , --allow-unofficial , --allowunofficialbuild , --allow-unofficial-build | | choco requires this option when not using the official build |
--failstderr , --failonstderr , --fail-on-stderr , --fail-on-standard-error , --fail-on-error-output | | Fail on standard error output (stderr), typically received when running external commands during install providers. This overrides the feature failOnStandardError. |
--use-system-powershell | | Execute PowerShell using an external process instead of the built-in PowerShell host PowerShell. Should only be used when internal host is failing. |
--no-progress | | Do not show download progress percentages. |
--proxy=VALUE | | Explicit proxy location. Overrides the default proxy location of '' . |
--proxy-user=VALUE | | Explicit proxy user (optional). Requires explicity proxy (--proxy or config setting). |
--proxy-password=VALUE | | Explicit proxy password (optional) to be used with username. |
--proxy-bypass-list=VALUE | | Comma separated list of regex locations to bypass on proxy. Requires explicity proxy (--proxy or config setting). |
--proxy-bypass-on-local | | Bypass proxy for local connections. |
--log-file=VALUE | | Log File to output to in addition to regular loggers. |