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

Support passing stack outputs as input parameters during new stack creation #152

Closed weavenet closed 11 years ago

weavenet commented 11 years ago
thbishop commented 11 years ago

Waiting on some examples of what this would look like to use :wink:

weavenet commented 11 years ago

Let it be known, that on Feb 13th at 3:00PM PDT @thbishop stated "this would be a great feature to have to assist in building my VPC"

thbishop commented 11 years ago

I think the exact words were "I can see how this could be useful"

weavenet commented 11 years ago

First pass at the reference app for Sir Thomas Bishop

https://gist.github.com/brettweavnet/66fec6d0cc2c830c26c8

thbishop commented 11 years ago

We may want to think about adding some documentation about this feature. Especially the convention it expects, how it handles single/multiple attributes, etc.

weavenet commented 11 years ago

Agree on the documentation, where do you see it going? In the CLI and / or wiki?

thbishop commented 11 years ago

I think more details in the CLI should work for now. If we need to convey a ton of information, then perhaps wiki or maybe an examples directory

weavenet commented 11 years ago

@thbishop can you re-review. I think I hit allt he issues. Can you re-review / comment but not merge till we have a final discussion?

thbishop commented 11 years ago

Added a couple of minor comments. Also, can you merge in the latest from master?

thbishop commented 11 years ago

@brettweavnet Looks good. Just need to pull in latest master updates as it looks like there's a conflict. I think it's probably the CHANGELOG.

weavenet commented 11 years ago

latest master pulled in, clean to merge