stackaroo deploy
Deploy CloudFormation stacks
Synopsis
Deploy CloudFormation stacks with integrated change preview and confirmation.
This command shows you exactly what changes will be made and prompts for confirmation before applying them to your infrastructure. For existing stacks, it uses AWS CloudFormation ChangeSets to provide accurate previews including:
• Template changes (resources added, modified, or removed) • Parameter changes (current vs new values) • Tag changes (added, modified, or removed tags) • Resource-level impact analysis with replacement warnings
After displaying the changes, you will be prompted to confirm before the deployment proceeds. For new stacks, the command prompts for confirmation before proceeding with stack creation.
If no stack name is provided, all stacks in the context will be deployed in dependency order.
Examples: stackaroo deploy dev # Deploy all stacks with confirmation prompts stackaroo deploy dev vpc # Deploy single stack with confirmation prompt stackaroo deploy prod app # Deploy stack after confirming changes
The preview shows the same detailed diff information as 'stackaroo diff' and waits for your confirmation before applying the changes.
stackaroo deploy <context> [stack-name] [flags]
Options
-h, --help help for deploy
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