cfstacks/stacks

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

Closed this issue · 2 comments

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.

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

thank you , it worked. 👍