How do you comment out lines in CLI file +How do you comment out lines in AWS CLI config file?

Report
Question

Please briefly explain why you feel this question should be reported .

Report
Cancel

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

0
Manimaran Samuthirapandi 2 years 2021-10-05T08:53:39+02:00 0 Answers 26 views 0

Leave an answer

Captcha Click on image to update the captcha .