get-aws-profile-bash
get-aws-profile-bash copied to clipboard
Readme example commands
I was able to successfully use your script as follows (notice the = sign):
$ ./get-aws-profile.sh --profile=my-example --key
In your example however it says to run it as follows which did not work for me
$ ./get-aws-profile.sh --profile my-example --key
Following your example command it returned:
Unknown option --profile
Am I missing something?