Closed thbishop closed 10 years ago
@thbishop tested and I think the experience is better. I'll review the code tomorrow morning and add comments.
@thbishop I'm good with it. tested a few commands and works well. good 2 merge?
also, update the README & CL
this is an alternative implementation to https://github.com/intuit/simple_deploy/pull/235
this basically introduces the
--read-from-env
flag for all commands (with the exception ofenvironments
). this flag will load 4 aws related env vars to use for the config:AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY
AWS_SECURITY_TOKEN
AWS_REGION
you cannot specify both
--read-from-env
and--environment
. this includes support for temporary credentials.note that this implementation does not support notifications.
thoughts?