2015-Middleware-Keynote / demo-ansible

Apache License 2.0
18 stars 24 forks source link

Help option needs AWS env set #158

Open christianh814 opened 8 years ago

christianh814 commented 8 years ago

Does --help really need the environment variables?

user@host$ ./run.py --help
AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY **MUST** be exported as environment variables.

I don't see why the help page needs these set.

thoraxe commented 8 years ago

They don't need to be. But it is more convenient to barf out of the program before doing any work if they're not set. It'd probably be pretty trivial to fix yourself :P