cfstacks / stacks

Manage CloudFormation sanely with templates written in YAML
MIT License
42 stars 16 forks source link

add option to generate final yaml as dry run without deploying to AWS #92

Closed ryohang closed 7 years ago

ryohang commented 7 years ago

I was wondering if there is a way to add an option as intermediate step to generate cloudformation template first before deploy to AWS. I have checked help, it doesn't seem to have a one. Sorry if I miss it, i am new to stacks.

vaijab commented 7 years ago

Try stacks create --dry-run ... or stacks update --dry-run .... Let me know if it works.

ryohang commented 7 years ago

thank you , it worked. 👍