Modifying an Initialized Profile
Cloud CLI supports the following authentication parameters in profiles: access key (permanent AK/SK), temporary security credentials (temporary AK/SK and SecurityToken), and access token.
Temporary security credentials (temporary AK/SK and SecurityToken) and access tokens have limited validity.
During initialization, the profile name is default, and only a pair of permanent AK/SK can be configured. To use another authentication mode or modify parameters in the initialized profile, run the cloud configure set --cli-profile=default --key1=value1... command. For details, see Adding or Modifying a Profile.
Parent topic: Getting Started