tencentcloud-cli icon indicating copy to clipboard operation
tencentcloud-cli copied to clipboard

Tencent Cloud API 3.0 Command Line Interface

Results 4 tencentcloud-cli issues
Sort by recently updated
recently updated
newest added

使用tccli连接私有云,tccli默认使用HTTPS模式,并开启了SSL证书验证,导致请求出现SsLEror(SSLError(1, '[SSL: CERTIFICATE_VERIFY_ERROR,又什么方法可以改用HTTP模式发起请求或者关闭HTTPS的证书校验?

enhancement

当我使用 `tccli scf UpdateFunctionCode` 命令对云函数代码进行更新时,cli会抛出异常,完整命令参数如下: ```bash tccli scf UpdateFunctionCode --cli-unfold-argument \ --FunctionName banana-api-production \ --Namespace banana \ --ZipFile $(base64 api-production.zip -w 0) ```

可以参考 aws 和 aliyun的功能 aliyun RamRoleArn | Use the AssumeRole to access Alibaba Cloud services aws https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-role.html