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
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback