rbalman / cfn-compose

compose your cloudformation stacks like docker compose
MIT License
42 stars 11 forks source link

Introduce subcommands to better play/manage cfn-compose.yml configuration #11

Closed rbalman closed 1 year ago

rbalman commented 1 year ago

When things are declarative, things become configuration heavy. It will always be better and productive if we can play with config options by validating, listing the dependencies.

rbalman commented 1 year ago

config list sub-command has been added to view the stack dependencies in plain text by this PR.

Screen Shot 2022-12-19 at 11 48 31

Next we may add generating graphs if needed.