You can configure and use Proxies with the CLI by using the environment variable HTTPS_PROXY. By setting this variable before using the CLI, it will be applying the proxy when needed.
Set the proxy
Copy
export HTTPS_PROXY="http://10.10.1.10:1080"# With authentication:export HTTPS_PROXY="http://user:pass@10.10.1.10:1080"