更新时间:2024-04-18 GMT+08:00
分享

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

使用“--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
}
分享:

    相关文档

    相关产品