intuit / simple_deploy

Maintenance Mode - Simple Deploy is an opinionated CLI tool for managing AWS Cloud Formation Stacks.
MIT License
64 stars 22 forks source link

read config from env vars #236

Closed thbishop closed 10 years ago

thbishop commented 10 years ago

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 of environments). this flag will load 4 aws related env vars to use for the config:

you cannot specify both --read-from-env and --environment. this includes support for temporary credentials.

note that this implementation does not support notifications.

thoughts?

bw-intuit commented 10 years ago

@thbishop tested and I think the experience is better. I'll review the code tomorrow morning and add comments.

bw-intuit commented 10 years ago

@thbishop I'm good with it. tested a few commands and works well. good 2 merge?

bw-intuit commented 10 years ago

also, update the README & CL