2 Answers
- Newest
- Most votes
- Most comments
0
Rerun the 'aws configure' command and accept the current values for everything (just hit return/enter) except 'Default output format'. Type in 'json' for that. Then rerun your command. You can also override this value on the command line with the --output option.
aws iam list-users --output json
0
Hi there to remove the AWS CLI from your MAC, follow the instructions here - https://docs.aws.amazon.com/cli/latest/userguide/uninstall.html please make sure you read all the instructions to make sure it meets your requirements
Relevant content
- asked 2 years ago
- asked a year ago
- asked 2 years ago
- AWS OFFICIALUpdated 3 months ago

Amazing, worked like a charm! Thank you !