stackaroo diff
Show differences between deployed stack and local configuration
Synopsis
Compare the currently deployed CloudFormation stack with your local configuration.
This command shows what changes would be made if you ran 'stackaroo deploy' with the current configuration. It compares:
• Template differences (deployed vs. local template) • Parameter differences (current vs. resolved parameters) • Tag differences (current vs. resolved tags) • Resource-level changes (when possible via AWS ChangeSets)
Examples: stackaroo diff dev vpc # Show all changes stackaroo diff prod vpc --template # Template diff only stackaroo diff dev vpc --parameters # Parameter diff only
stackaroo diff <context> <stack-name> [flags]
Options
-h, --help help for diff
--parameters show only parameter differences
--tags show only tag differences
--template show only template differences
Options inherited from parent commands
-c, --config string config file (default is stackaroo.yaml) (default "stackaroo.yaml")
-v, --verbose verbose output
SEE ALSO
- stackaroo - A command-line tool for managing AWS CloudFormation stacks as code