realestate-com-au / stackup

a simple CLI and Ruby API for AWS CloudFormation
MIT License
97 stars 34 forks source link

Add support for change-sets #46

Closed mdub closed 6 years ago

mdub commented 7 years ago

An attempt at implementing #24.

$ stackup stack-name 
Usage:
    stackup [OPTIONS] NAME SUBCOMMAND [ARG] ...

Subcommands:
    ...
    change-sets                   List change-sets.
    change-set                    Change-set operations.

$ stackup stack-name change-set
Usage:
    stackup NAME change-set [OPTIONS] SUBCOMMAND [ARG] ...

Subcommands:
    create                        Create a change-set.
    changes                       Describe the change-set.
    inspect                       Show full change-set details.
    apply, execute                Apply the change-set.
    delete                        Delete the change-set.

Feedback (and testing) invited.