Advanced
Тема интерфейса

Querying Custom Parameters in a Profile

Use --cli-profile to specify the name of the profile to be queried. The query result can be output in a table or in JSON or TSV format. By default, the query result is output in JSON format. The command for querying custom parameters in a profile is as follows:

cloud configure show [--cli-profile=${profileName}] --cli-custom=true

cloud configure show --cli-profile=test --cli-custom=true
{
"password": {
"value": "****",
"isEncrypted": true
},
"projectId": {
"value": "06810000000000000000000000f89d2e",
"isEncrypted": false
}
}