get-aws-profile-bash icon indicating copy to clipboard operation
get-aws-profile-bash copied to clipboard

Readme example commands

Open nickGermi opened this issue 4 years ago • 0 comments

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?

nickGermi avatar Mar 25 '22 04:03 nickGermi