「tccli」- tencentcloud-cli | TENCENT-CLOUD

认识

官网:
文档:https://cloud.tencent.com/document/product/440/6176
仓库:https://github.com/TencentCloud/tencentcloud-cli

构建

安装

# for Ubuntu 24.04 LTS
pip install tccli

性质

在常见应用场景中,我们多根据 Tencent Cloud API 工具的指引来使用该命令。

命令行操作:

tccli configure set secretId AKIDwLw1234MMfPRle2g9nR2OTI787aBCDP
tccli configure set secretKey OxXj7khcV1234dQSSYNABcdCc1LiArFd
tccli configure set region ap-guangzhou  output json language zh-CN
tccli configure list

多账户支持

tccli configure –profile test-account

应用