Initializing Configurations
The Cloud CLI initialization command is used to store the permanent AK/SK and region information you often use in the configuration file, eliminating the need for frequently entering the information during operations. Run the following command to initialize configurations:
cloud configure init
After you type in the preceding command and press Enter, the system prompts you to enter the access key ID (required), secret access key (required), and default or common region (optional).
cloud configure initStarting initialization. 'Secret Access Key' is anonymized. To obtain the parameter, see 'https://support.hc.sbercloud.ru/en-us/usermanual/cloudcli/hcli_09.html'.Access Key ID [required]: H9NNF********SG65MXWSecret Access Key [required]: ****Secret Access Key (again): ****Region: ru-moscow-1************************************************************* ********** Initialization successful ********** *************************************************************
Parent topic: Configuration Management