realestate-com-au / stackup

a simple CLI and Ruby API for AWS CloudFormation
MIT License
97 stars 34 forks source link

Add CLI Commands for apply and delete. #1

Closed kunday closed 9 years ago

kunday commented 9 years ago

This PR also adds the option to delete a stack and follow outputs.

mdub commented 9 years ago

Suggest putting Stackup::CLI in lib/stackup/cli.rb.

We probably still want a bin/stackup entry-point script.

(I'm imagining we'll extract the guts into a separate stackup-core gem at some point.

kunday commented 9 years ago

@mdub Yep, the location lib/stackup/cli is the right place. Will change that.

Yes. stackup-core is one we might need to go with in future.