How do you comment out lines in CLI file +How do you comment out lines in AWS CLI config file?
ReportQuestion
Comment lines by using the # character in the .cli file as follows
[default]
cert_file_name = XXXXXXXXX
access_key = YYYYYYYY
Example to comments out
#[qa]
#cert_file_name = XXXXXXXXX
#access_key = YYYYYYYY
Please briefly explain why you feel this question should be reported .
0
Amazon AWS
2 years
0 Answers
26 views