Configure CDS CMD Tool
General configuration
Configuration supports Chinese display
If you need to configure a CMD environment that supports Chinese display, execute the following command:
$ export LANG=en_US.UTF-8
Note: You can first run the
localecommand to check the language support status of the current environment. If it is notLANG=en_US.UTF-8, you can execute the above command to modify it. Garbled Chinese characters in the current VNC is normal; SSH remote access is recommended.
Configure AK/SK information
Before using the CDS CMD tool, it is recommended to set the Access Key and Secure Key. Configuration method is simple, fill in AK/SK in the conf.json file from the downloaded compressed package.How to obtain AK/SK
{ "ak": "Your AK", "sk": "Your SK" }
Note: After configuration, save the configuration file in the same directory as cdscmd tool, or ensure the execution directory of cdscmd tools contains this configuration file.
