cfstacks/stacks

Add support for defining a deployment

Opened this issue · 0 comments

At the moment stacks only works with templates to manage a single stack. It would be great to support a deployment definition.

A deployment definition defines:

  • stack dependencies / ordering
  • stacks to deploy
  • anything else?

This could replace #6.