Updated on 2023-02-27 GMT+08:00

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:

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
  }
}