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

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

查询指定配置项中的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  }}
support.huaweicloud.com/usermanual-hcli/hcli_03_005_02.html