Skip to content

Commit

Permalink
(chocolatey#954) Update proxy documentation from CLI output
Browse files Browse the repository at this point in the history
Bring the proxy information over from Chocolatey CLI help changes.
  • Loading branch information
corbob authored and pauby committed Apr 30, 2024
1 parent 750923e commit efc196d
Show file tree
Hide file tree
Showing 31 changed files with 124 additions and 124 deletions.
8 changes: 4 additions & 4 deletions input/en-us/choco/commands/cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,10 @@ Includes [default options/switches](xref:choco-commands#default-options-and-swit
''.
--proxy-password=VALUE
Proxy Password - Explicit proxy password (optional) to be used with
username. Requires explicit proxy (`--proxy` or config setting) and user
name. Overrides the default proxy password (encrypted in settings if
set).
Proxy Password - Explicit proxy password (optional) to be used with user
name. Encrypted. Requires explicit proxy (`--proxy` or config setting)
and user name (`--proxy-user` or config setting). Overrides the default
proxy password.
--proxy-bypass-list=VALUE
ProxyBypassList - Comma separated list of regex locations to bypass on
Expand Down
8 changes: 4 additions & 4 deletions input/en-us/choco/commands/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,10 @@ Includes [default options/switches](xref:choco-commands#default-options-and-swit
''.
--proxy-password=VALUE
Proxy Password - Explicit proxy password (optional) to be used with
username. Requires explicit proxy (`--proxy` or config setting) and user
name. Overrides the default proxy password (encrypted in settings if
set).
Proxy Password - Explicit proxy password (optional) to be used with user
name. Encrypted. Requires explicit proxy (`--proxy` or config setting)
and user name (`--proxy-user` or config setting). Overrides the default
proxy password.
--proxy-bypass-list=VALUE
ProxyBypassList - Comma separated list of regex locations to bypass on
Expand Down
8 changes: 4 additions & 4 deletions input/en-us/choco/commands/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,10 @@ Includes [default options/switches](xref:choco-commands#default-options-and-swit
''.
--proxy-password=VALUE
Proxy Password - Explicit proxy password (optional) to be used with
username. Requires explicit proxy (`--proxy` or config setting) and user
name. Overrides the default proxy password (encrypted in settings if
set).
Proxy Password - Explicit proxy password (optional) to be used with user
name. Encrypted. Requires explicit proxy (`--proxy` or config setting)
and user name (`--proxy-user` or config setting). Overrides the default
proxy password.
--proxy-bypass-list=VALUE
ProxyBypassList - Comma separated list of regex locations to bypass on
Expand Down
8 changes: 4 additions & 4 deletions input/en-us/choco/commands/export.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,10 @@ Includes [default options/switches](xref:choco-commands#default-options-and-swit
''.
--proxy-password=VALUE
Proxy Password - Explicit proxy password (optional) to be used with
username. Requires explicit proxy (`--proxy` or config setting) and user
name. Overrides the default proxy password (encrypted in settings if
set).
Proxy Password - Explicit proxy password (optional) to be used with user
name. Encrypted. Requires explicit proxy (`--proxy` or config setting)
and user name (`--proxy-user` or config setting). Overrides the default
proxy password.
--proxy-bypass-list=VALUE
ProxyBypassList - Comma separated list of regex locations to bypass on
Expand Down
8 changes: 4 additions & 4 deletions input/en-us/choco/commands/feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,10 @@ Includes [default options/switches](xref:choco-commands#default-options-and-swit
''.
--proxy-password=VALUE
Proxy Password - Explicit proxy password (optional) to be used with
username. Requires explicit proxy (`--proxy` or config setting) and user
name. Overrides the default proxy password (encrypted in settings if
set).
Proxy Password - Explicit proxy password (optional) to be used with user
name. Encrypted. Requires explicit proxy (`--proxy` or config setting)
and user name (`--proxy-user` or config setting). Overrides the default
proxy password.
--proxy-bypass-list=VALUE
ProxyBypassList - Comma separated list of regex locations to bypass on
Expand Down
8 changes: 4 additions & 4 deletions input/en-us/choco/commands/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,10 @@ Includes [default options/switches](xref:choco-commands#default-options-and-swit
''.
--proxy-password=VALUE
Proxy Password - Explicit proxy password (optional) to be used with
username. Requires explicit proxy (`--proxy` or config setting) and user
name. Overrides the default proxy password (encrypted in settings if
set).
Proxy Password - Explicit proxy password (optional) to be used with user
name. Encrypted. Requires explicit proxy (`--proxy` or config setting)
and user name (`--proxy-user` or config setting). Overrides the default
proxy password.
--proxy-bypass-list=VALUE
ProxyBypassList - Comma separated list of regex locations to bypass on
Expand Down
8 changes: 4 additions & 4 deletions input/en-us/choco/commands/find.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,10 @@ Includes [default options/switches](xref:choco-commands#default-options-and-swit
''.
--proxy-password=VALUE
Proxy Password - Explicit proxy password (optional) to be used with
username. Requires explicit proxy (`--proxy` or config setting) and user
name. Overrides the default proxy password (encrypted in settings if
set).
Proxy Password - Explicit proxy password (optional) to be used with user
name. Encrypted. Requires explicit proxy (`--proxy` or config setting)
and user name (`--proxy-user` or config setting). Overrides the default
proxy password.
--proxy-bypass-list=VALUE
ProxyBypassList - Comma separated list of regex locations to bypass on
Expand Down
8 changes: 4 additions & 4 deletions input/en-us/choco/commands/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,10 +294,10 @@ Following these scripting best practices will ensure your scripts work
''.
--proxy-password=VALUE
Proxy Password - Explicit proxy password (optional) to be used with
username. Requires explicit proxy (`--proxy` or config setting) and user
name. Overrides the default proxy password (encrypted in settings if
set).
Proxy Password - Explicit proxy password (optional) to be used with user
name. Encrypted. Requires explicit proxy (`--proxy` or config setting)
and user name (`--proxy-user` or config setting). Overrides the default
proxy password.
--proxy-bypass-list=VALUE
ProxyBypassList - Comma separated list of regex locations to bypass on
Expand Down
8 changes: 4 additions & 4 deletions input/en-us/choco/commands/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,10 @@ Includes [default options/switches](xref:choco-commands#default-options-and-swit
''.
--proxy-password=VALUE
Proxy Password - Explicit proxy password (optional) to be used with
username. Requires explicit proxy (`--proxy` or config setting) and user
name. Overrides the default proxy password (encrypted in settings if
set).
Proxy Password - Explicit proxy password (optional) to be used with user
name. Encrypted. Requires explicit proxy (`--proxy` or config setting)
and user name (`--proxy-user` or config setting). Overrides the default
proxy password.
--proxy-bypass-list=VALUE
ProxyBypassList - Comma separated list of regex locations to bypass on
Expand Down
8 changes: 4 additions & 4 deletions input/en-us/choco/commands/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,10 +260,10 @@ Includes [default options/switches](xref:choco-commands#default-options-and-swit
''.
--proxy-password=VALUE
Proxy Password - Explicit proxy password (optional) to be used with
username. Requires explicit proxy (`--proxy` or config setting) and user
name. Overrides the default proxy password (encrypted in settings if
set).
Proxy Password - Explicit proxy password (optional) to be used with user
name. Encrypted. Requires explicit proxy (`--proxy` or config setting)
and user name (`--proxy-user` or config setting). Overrides the default
proxy password.
--proxy-bypass-list=VALUE
ProxyBypassList - Comma separated list of regex locations to bypass on
Expand Down
8 changes: 4 additions & 4 deletions input/en-us/choco/commands/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,10 @@ Includes [default options/switches](xref:choco-commands#default-options-and-swit
''.
--proxy-password=VALUE
Proxy Password - Explicit proxy password (optional) to be used with
username. Requires explicit proxy (`--proxy` or config setting) and user
name. Overrides the default proxy password (encrypted in settings if
set).
Proxy Password - Explicit proxy password (optional) to be used with user
name. Encrypted. Requires explicit proxy (`--proxy` or config setting)
and user name (`--proxy-user` or config setting). Overrides the default
proxy password.
--proxy-bypass-list=VALUE
ProxyBypassList - Comma separated list of regex locations to bypass on
Expand Down
8 changes: 4 additions & 4 deletions input/en-us/choco/commands/optimize.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,10 @@ Includes [default options/switches](xref:choco-commands#default-options-and-swit
''.
--proxy-password=VALUE
Proxy Password - Explicit proxy password (optional) to be used with
username. Requires explicit proxy (`--proxy` or config setting) and user
name. Overrides the default proxy password (encrypted in settings if
set).
Proxy Password - Explicit proxy password (optional) to be used with user
name. Encrypted. Requires explicit proxy (`--proxy` or config setting)
and user name (`--proxy-user` or config setting). Overrides the default
proxy password.
--proxy-bypass-list=VALUE
ProxyBypassList - Comma separated list of regex locations to bypass on
Expand Down
8 changes: 4 additions & 4 deletions input/en-us/choco/commands/outdated.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,10 @@ Includes [default options/switches](xref:choco-commands#default-options-and-swit
''.
--proxy-password=VALUE
Proxy Password - Explicit proxy password (optional) to be used with
username. Requires explicit proxy (`--proxy` or config setting) and user
name. Overrides the default proxy password (encrypted in settings if
set).
Proxy Password - Explicit proxy password (optional) to be used with user
name. Encrypted. Requires explicit proxy (`--proxy` or config setting)
and user name (`--proxy-user` or config setting). Overrides the default
proxy password.
--proxy-bypass-list=VALUE
ProxyBypassList - Comma separated list of regex locations to bypass on
Expand Down
8 changes: 4 additions & 4 deletions input/en-us/choco/commands/pin.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,10 @@ Includes [default options/switches](xref:choco-commands#default-options-and-swit
''.
--proxy-password=VALUE
Proxy Password - Explicit proxy password (optional) to be used with
username. Requires explicit proxy (`--proxy` or config setting) and user
name. Overrides the default proxy password (encrypted in settings if
set).
Proxy Password - Explicit proxy password (optional) to be used with user
name. Encrypted. Requires explicit proxy (`--proxy` or config setting)
and user name (`--proxy-user` or config setting). Overrides the default
proxy password.
--proxy-bypass-list=VALUE
ProxyBypassList - Comma separated list of regex locations to bypass on
Expand Down
8 changes: 4 additions & 4 deletions input/en-us/choco/commands/search.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,10 @@ Includes [default options/switches](xref:choco-commands#default-options-and-swit
''.
--proxy-password=VALUE
Proxy Password - Explicit proxy password (optional) to be used with
username. Requires explicit proxy (`--proxy` or config setting) and user
name. Overrides the default proxy password (encrypted in settings if
set).
Proxy Password - Explicit proxy password (optional) to be used with user
name. Encrypted. Requires explicit proxy (`--proxy` or config setting)
and user name (`--proxy-user` or config setting). Overrides the default
proxy password.
--proxy-bypass-list=VALUE
ProxyBypassList - Comma separated list of regex locations to bypass on
Expand Down
8 changes: 4 additions & 4 deletions input/en-us/choco/commands/setapikey.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,10 @@ Includes [default options/switches](xref:choco-commands#default-options-and-swit
''.
--proxy-password=VALUE
Proxy Password - Explicit proxy password (optional) to be used with
username. Requires explicit proxy (`--proxy` or config setting) and user
name. Overrides the default proxy password (encrypted in settings if
set).
Proxy Password - Explicit proxy password (optional) to be used with user
name. Encrypted. Requires explicit proxy (`--proxy` or config setting)
and user name (`--proxy-user` or config setting). Overrides the default
proxy password.
--proxy-bypass-list=VALUE
ProxyBypassList - Comma separated list of regex locations to bypass on
Expand Down
8 changes: 4 additions & 4 deletions input/en-us/choco/commands/source.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,10 @@ Includes [default options/switches](xref:choco-commands#default-options-and-swit
''.
--proxy-password=VALUE
Proxy Password - Explicit proxy password (optional) to be used with
username. Requires explicit proxy (`--proxy` or config setting) and user
name. Overrides the default proxy password (encrypted in settings if
set).
Proxy Password - Explicit proxy password (optional) to be used with user
name. Encrypted. Requires explicit proxy (`--proxy` or config setting)
and user name (`--proxy-user` or config setting). Overrides the default
proxy password.
--proxy-bypass-list=VALUE
ProxyBypassList - Comma separated list of regex locations to bypass on
Expand Down
8 changes: 4 additions & 4 deletions input/en-us/choco/commands/sources.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,10 @@ Includes [default options/switches](xref:choco-commands#default-options-and-swit
''.
--proxy-password=VALUE
Proxy Password - Explicit proxy password (optional) to be used with
username. Requires explicit proxy (`--proxy` or config setting) and user
name. Overrides the default proxy password (encrypted in settings if
set).
Proxy Password - Explicit proxy password (optional) to be used with user
name. Encrypted. Requires explicit proxy (`--proxy` or config setting)
and user name (`--proxy-user` or config setting). Overrides the default
proxy password.
--proxy-bypass-list=VALUE
ProxyBypassList - Comma separated list of regex locations to bypass on
Expand Down
8 changes: 4 additions & 4 deletions input/en-us/choco/commands/support.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@ Includes [default options/switches](xref:choco-commands#default-options-and-swit
''.
--proxy-password=VALUE
Proxy Password - Explicit proxy password (optional) to be used with
username. Requires explicit proxy (`--proxy` or config setting) and user
name. Overrides the default proxy password (encrypted in settings if
set).
Proxy Password - Explicit proxy password (optional) to be used with user
name. Encrypted. Requires explicit proxy (`--proxy` or config setting)
and user name (`--proxy-user` or config setting). Overrides the default
proxy password.
--proxy-bypass-list=VALUE
ProxyBypassList - Comma separated list of regex locations to bypass on
Expand Down
8 changes: 4 additions & 4 deletions input/en-us/choco/commands/sync.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,10 @@ Includes [default options/switches](xref:choco-commands#default-options-and-swit
''.
--proxy-password=VALUE
Proxy Password - Explicit proxy password (optional) to be used with
username. Requires explicit proxy (`--proxy` or config setting) and user
name. Overrides the default proxy password (encrypted in settings if
set).
Proxy Password - Explicit proxy password (optional) to be used with user
name. Encrypted. Requires explicit proxy (`--proxy` or config setting)
and user name (`--proxy-user` or config setting). Overrides the default
proxy password.
--proxy-bypass-list=VALUE
ProxyBypassList - Comma separated list of regex locations to bypass on
Expand Down
8 changes: 4 additions & 4 deletions input/en-us/choco/commands/synchronize.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,10 @@ Includes [default options/switches](xref:choco-commands#default-options-and-swit
''.
--proxy-password=VALUE
Proxy Password - Explicit proxy password (optional) to be used with
username. Requires explicit proxy (`--proxy` or config setting) and user
name. Overrides the default proxy password (encrypted in settings if
set).
Proxy Password - Explicit proxy password (optional) to be used with user
name. Encrypted. Requires explicit proxy (`--proxy` or config setting)
and user name (`--proxy-user` or config setting). Overrides the default
proxy password.
--proxy-bypass-list=VALUE
ProxyBypassList - Comma separated list of regex locations to bypass on
Expand Down
8 changes: 4 additions & 4 deletions input/en-us/choco/commands/uninstall.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,10 +205,10 @@ Includes [default options/switches](xref:choco-commands#default-options-and-swit
''.
--proxy-password=VALUE
Proxy Password - Explicit proxy password (optional) to be used with
username. Requires explicit proxy (`--proxy` or config setting) and user
name. Overrides the default proxy password (encrypted in settings if
set).
Proxy Password - Explicit proxy password (optional) to be used with user
name. Encrypted. Requires explicit proxy (`--proxy` or config setting)
and user name (`--proxy-user` or config setting). Overrides the default
proxy password.
--proxy-bypass-list=VALUE
ProxyBypassList - Comma separated list of regex locations to bypass on
Expand Down
8 changes: 4 additions & 4 deletions input/en-us/choco/commands/unpackself.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@ Includes [default options/switches](xref:choco-commands#default-options-and-swit
''.
--proxy-password=VALUE
Proxy Password - Explicit proxy password (optional) to be used with
username. Requires explicit proxy (`--proxy` or config setting) and user
name. Overrides the default proxy password (encrypted in settings if
set).
Proxy Password - Explicit proxy password (optional) to be used with user
name. Encrypted. Requires explicit proxy (`--proxy` or config setting)
and user name (`--proxy-user` or config setting). Overrides the default
proxy password.
--proxy-bypass-list=VALUE
ProxyBypassList - Comma separated list of regex locations to bypass on
Expand Down
8 changes: 4 additions & 4 deletions input/en-us/choco/commands/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,10 @@ Includes [default options/switches](xref:choco-commands#default-options-and-swit
''.
--proxy-password=VALUE
Proxy Password - Explicit proxy password (optional) to be used with
username. Requires explicit proxy (`--proxy` or config setting) and user
name. Overrides the default proxy password (encrypted in settings if
set).
Proxy Password - Explicit proxy password (optional) to be used with user
name. Encrypted. Requires explicit proxy (`--proxy` or config setting)
and user name (`--proxy-user` or config setting). Overrides the default
proxy password.
--proxy-bypass-list=VALUE
ProxyBypassList - Comma separated list of regex locations to bypass on
Expand Down
8 changes: 4 additions & 4 deletions input/en-us/create/commands/api-key.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,10 @@ Includes [default options/switches](xref:choco-commands#default-options-and-swit
''.
--proxy-password=VALUE
Proxy Password - Explicit proxy password (optional) to be used with
username. Requires explicit proxy (`--proxy` or config setting) and user
name. Overrides the default proxy password (encrypted in settings if
set).
Proxy Password - Explicit proxy password (optional) to be used with user
name. Encrypted. Requires explicit proxy (`--proxy` or config setting)
and user name (`--proxy-user` or config setting). Overrides the default
proxy password.
--proxy-bypass-list=VALUE
ProxyBypassList - Comma separated list of regex locations to bypass on
Expand Down
8 changes: 4 additions & 4 deletions input/en-us/create/commands/convert.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,10 @@ Includes [default options/switches](xref:choco-commands#default-options-and-swit
''.
--proxy-password=VALUE
Proxy Password - Explicit proxy password (optional) to be used with
username. Requires explicit proxy (`--proxy` or config setting) and user
name. Overrides the default proxy password (encrypted in settings if
set).
Proxy Password - Explicit proxy password (optional) to be used with user
name. Encrypted. Requires explicit proxy (`--proxy` or config setting)
and user name (`--proxy-user` or config setting). Overrides the default
proxy password.
--proxy-bypass-list=VALUE
ProxyBypassList - Comma separated list of regex locations to bypass on
Expand Down
Loading

0 comments on commit efc196d

Please sign in to comment.