
# 查询指定配置项中的custom参数
使用"--cli-profile"指定要查询的配置项的名称，支持以table，json或tsv格式输出，默认为json格式。查看指定配置项中的custom参数的命令为：
**hcloud configure show \[--cli-profile=${profileName}\] --cli-custom=true**
```
hcloud configure show --cli-profile=test --cli-custom=true
{
  "password": {
    "value": "****",
    "isEncrypted": true
  },
  "projectId": {
    "value": "06810000000000000000000000f89d2e",
    "isEncrypted": false
  }
}
```
