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

Fetch AWS keys and secrets from ~/.aws/credentials using a simple bash script

Results 4 get-aws-profile-bash issues
Sort by recently updated
recently updated
newest added

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...

📝 Update usage and README - ready for 📛 when you do an official `release`👍 ⚙️ Add unofficial strict mode 🚨 shellcheck linting: - use `printf` instead of `echo` -...