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

List all instances in a stack #228

Closed wbingli closed 10 years ago

wbingli commented 10 years ago

A fix for issue #227, list all instances in a stack including nested stack, auto scaling group and EC2 instance.

bw-intuit commented 10 years ago

@wbinglee Awesome! Has this been tested? Are you comfortable enough in Rspec to updated the tests? If not, I can merge it and add some tests later this week.

Thanks for the contribution.

wbingli commented 10 years ago

@brettweavnet-intuit Just added Rspec test for it, but only one , :)

bw-intuit commented 10 years ago

@wbinglee Thanks! Merging