Setup

proxy

Set, show, or clear the HTTP proxy. Requires a browser restart to take effect.

Usage

$ cdpilot proxy [<url>|off]

Arguments

NameRequiredDescription
urloptionalProxy URL (e.g. http://proxy:8080). Use 'off' to clear. Omit to show current.

Examples

Set a proxy

$ npx cdpilot proxy http://127.0.0.1:8080

Clear the proxy

$ npx cdpilot proxy off

Show the current proxy setting

$ npx cdpilot proxy