Use with a proxy

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
export HTTPS_PROXY="http://10.10.1.10:1080"

export HTTPS_PROXY="http://user:pass@10.10.1.10:1080"
  • Call the wanted CLI commands
  • Remove the proxy:
unset HTTPS_PROXY