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

Querying System Parameters in a Profile

Use --cli-profile to specify the name of the profile to be queried. If no profile is specified, the default profile is 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 system parameters in a profile is as follows:

hcloud configure show [--cli-profile=${profileName}]

hcloud configure show --cli-profile=test
{
  "name": "test",
  "mode": "AKSK",
  "accessKeyId": "8NV****IOV",
  "secretAccessKey": "****",
  "securityToken": "",
  "xAuthToken": "",
  "expiresAt": "",
  "region": "eu-west-101",
  "projectId": "",
  "domainId": "",
  "skipSecureVerify": "false",
  "readTimeout": 10,
  "connectTimeout": 5,
  "retryCount": 0,
  "agencyDomainId": "",
  "agencyDomainName": "",
  "agencyName": "",
  "sourceProfile": ""
}