There was an error while loading. Please reload this page.
SimpleLocalize CLI supports HTTP and HTTPS proxies, and it respects the http_proxy, https_proxy environment variables.
http_proxy
https_proxy
Here are some examples of how to set proxy environment variables in Linux and macOS:
export http_proxy=http://someproxy.com export http_proxy=http://someproxy.com:8080 export http_proxy=http://user:password@someproxy.com:8080