We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b56095b commit 3df512cCopy full SHA for 3df512c
src/commands/base-command.ts
@@ -190,11 +190,6 @@ export default class BaseCommand extends Command {
190
.addOption(new Option('--cwd <cwd>').hideHelp(true))
191
.addOption(new Option('-o, --offline').hideHelp(true))
192
.addOption(new Option('--auth <token>', 'Netlify auth token').hideHelp(true))
193
- .addOption(
194
- new Option('--httpProxy [address]', 'Old, prefer --http-proxy. Proxy server address to route requests through.')
195
- .default(process.env.HTTP_PROXY || process.env.HTTPS_PROXY)
196
- .hideHelp(true),
197
- )
198
.addOption(
199
new Option(
200
'--httpProxyCertificateFilename [file]',
0 commit comments