awesome-cloudformation icon indicating copy to clipboard operation
awesome-cloudformation copied to clipboard

Add Stackup to list of CLI tools

Open ps-jay opened this issue 5 years ago • 0 comments

Issue #, if available: N/A

Description of changes: Add Stackup to the list of CLI tools.

It's a nice tool that has two main verbs: up and down (there are others as well, it supports change-sets for example). These verbs are declarative and idempotent.

The down command succeeds if: the stack exists and successfully deletes, but also if the stack doesn't exist.

The up command succeeds if: the stack creates, or if the stack already exists and updates successfully, and also will cleanup/delete a 'create_failed' stack first.


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

ps-jay avatar Aug 13 '20 00:08 ps-jay