Skip to content

Run Now CLI with respect to http_proxy, https_proxy and no_proxy

License

Notifications You must be signed in to change notification settings

MartinKnopf/proxify-now

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

proxify now

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

Usage

Install proxify-now:

npm i -g now global-agent proxify-now

Set your http_proxy, https_proxy and no_proxy environment variables.

Start using Now CLI with support for http_proxy, https_proxy and no_proxy:

pnow <any Now CLI commands>

How does it work?

proxify-now runs Now CLI with global-agent preloaded. global-agent adds proxy support to any http agent running in the process.

About

Run Now CLI with respect to http_proxy, https_proxy and no_proxy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published