Skip to content

Run Vercel CLI with respect to http_proxy, https_proxy and no_proxy

License

Notifications You must be signed in to change notification settings

jloewe/proxify-vercel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

proxify-vercel

As long as Vercel (formerly Now) CLI does not support being run behind a proxy (see vercel/vercel#255) you can do so with this small wrapper.

Usage

Uninstall vercel!

npm r -g vercel

Install proxify-vercel:

npm i -g proxify-vercel

Set your http_proxy, https_proxy and no_proxy environment variables.

Start using Vercel (formerly Now) CLI with support for http_proxy, https_proxy and no_proxy:

vercel <any Vercel (formerly Now) CLI commands>

How does it work?

proxify-vercel runs Vercel (formerly Now) CLI with global-agent preloaded. global-agent adds proxy support to any http agent running in the process.

Credits

This is a fork of the wrapper for Now that respects proxy environment variables by Martin Knopf.

About

Run Vercel CLI with respect to http_proxy, https_proxy and no_proxy

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%