fpco / devops-helpers

Devops helper scripts
28 stars 8 forks source link

make it easier to debug aws-env configuration issues #4

Open ketzacoatl opened 7 years ago

ketzacoatl commented 7 years ago

When configuring aws-env for the first time, it's often difficult to get it 100% the first time, and debugging what is actually wrong with the setup is excruciatingly difficult to walk a new though (at least for me). I would greatly appreciate --verbose logging or similar improvements that make it easier to identify where there is a mis-configuration (and what needs to be done to get the tool properly configured). cc @borsboom

neilmayhew commented 6 years ago

It's possible to use bash -x to run it, which is a bit crude, but better than nothing.