cfstacks/stacks

Allow stacks to be used as a preprocessor

Closed this issue · 2 comments

While it is nice to have a command line tool to work with, I would love to have an option where stacks could just generate final CloudFormation file.

This would allow to use it in places where it was not officially adopted.

Plus it gives a workaround for some missing features like support of ChangeSets (#84).

I believe --dry-run does that? Could maybe change the flag name?

@takeda, -d/--dry-run already does that.