华为云命令行工具服务 KooCLI
华为云命令行工具服务 KooCLI
- 功能总览
- 产品介绍
- 最新动态
- 快速入门
- 用户指南
- 常见问题
- 视频帮助
- 文档下载
- 通用参考
本文导读
展开导读
链接复制成功!
查询指定配置项中的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 } }
父主题: 查询指定配置项