
# 查询指定配置项中的系统参数
使用"--cli-profile"指定要查询的配置项的名称，缺省时查询[默认配置项](https://support.huaweicloud.com/productdesc-hcli/hcli_01_002.html)。支持以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
}
```
