华为云命令行工具服务 KooCLI-查询指定配置项中的系统参数

时间:2025-02-12 14:54:22

查询指定配置项中的系统参数

使用“--cli-profile”指定要查询的配置项的名称,缺省时查询默认配置项。支持以table,json或tsv格式输出,默认以json格式输出。查看指定配置项中的系统参数的命令为:

hcloud configure show [--cli-profile=${profileName}]

hcloud configure show --cli-profile=test{  "name": "test",  "mode": "AKSK",  "accessKeyId": "********",  "secretAccessKey": "****",  "securityToken": "",  "region": "cn-north-4",  "projectId": "",  "domainId": "",  "skipSecureVerify": "false",  "readTimeout": 10,  "connectTimeout": 5,  "retryCount": 0}
support.huaweicloud.com/usermanual-hcli/hcli_03_005_01.html