Installing TCCLI
Configuring TCCLI
Using TCCLI
export https_proxy=https://192.168.1.1:1111export https_proxy=https://myproxy.com:1111
setx http_proxy=https://192.168.1.1:1111set http_proxy=https://myproxy.com:1111# setx means to set a permanent environment variable. Restart the terminal for the setting to take effect.
--https-proxy option in the command line to configure an HTTPS proxy:# Example:tccli cvm DescribeRegions --https-proxy https://192.168.1.1:1111
フィードバック