Setup
proxy
Set, show, or clear the HTTP proxy. Requires a browser restart to take effect.
Usage
$ cdpilot proxy [<url>|off]Arguments
| Name | Required | Description |
|---|---|---|
url | optional | Proxy 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:8080Clear the proxy
$ npx cdpilot proxy offShow the current proxy setting
$ npx cdpilot proxy