Create or update a stack using `deploy`.
Section: Stacks
Deploy a stack with package-style semantics
bash
bash
aws cloudformation deploy --stack-name app-prod --template-file template.yaml --capabilities CAPABILITY_NAMED_IAMExplanation
A very convenient wrapper for common stack deployment workflows.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Stacks
Validate a template
Check a template for basic syntax and structural validity.
Update a stack
Update an existing stack with a new template or parameters.