peterkh / cumulus

Helps manage AWS CloudFormation stacks
Other
206 stars 40 forks source link

Adds some new command line arguments and global vars #45

Open oskara opened 8 years ago

oskara commented 8 years ago

Hi,

We are using cumulus to deploy stacks on different accounts. When deploying the same stack (megastack) against different accounts there are some difficulties with the current implementation, hence the following commits: 50646e7 Add global variables 9517fca Add argument for overriding global variables a71e1f9 examples: add global var

Also, we ran in to a size problem with one of our larger stacks: 8ddfb19 Add compact body argument

To be able to deploy the stack on the same account multiple times one need another prefix: 2517ec8 Add stack prefix argument

And finally - some times we run cumulus on our desktop where highlighting is a good idea, but when deploying using e.g. Jenkins you might want to turn highlighting off for the same stack. This is what the following commit takes care of: 88aadd1 Add --[no-]highlight output argument

Hope you're interested and let me know any comments or feedback!

Thanks, Oskar