i created my GAE app in development console. i use to update it using appcfg.
now i am behind a socks5 proxy, and couldnt find the way to set appcfg to go through.
can someone reply all the steps to do it please ? could be using appcfg or gcloud tools
thank you very much
You can use accpcfg or gcloud behind a proxy by setting the
HTTP_PROXY
orHTTPS_PROXY
environment variables. For example, on windows:and on linux/osx:
Here is some documentation about this:
https://cloud.google.com/appengine/docs/python/tools/uploadinganapp#Python_Using_an_HTTP_proxy