run now with respect to http_proxy
npm install proxify-nowAs long as Now CLI does not support being run behind a proxy (see https://github.com/zeit/now/issues/255) you can do so with this small wrapper.
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
proxify-now runs Now CLI with `global-agent` preloaded. `global-agent`` adds proxy support to any http agent running in the process.