Skip to content

Commit 042b764

Browse files
atheimanstealthycoin
authored andcommitted
doc updates
1 parent 7e66f39 commit 042b764

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

awscli/customizations/cloudformation/deploy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ class DeployCommand(BasicCommand):
189189
'dest': 'disable_rollback',
190190
'default': True,
191191
'help_text': (
192-
'Rollback all resource changes when the execute-change-set '
192+
'Roll back all resource changes when the execute-change-set '
193193
'operation fails.'
194194
)
195195
},
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
Following command deploys template named ``template.json`` to a stack named
22
``my-new-stack``::
33

4-
aws cloudformation deploy --template-file /path_to_template/template.json --stack-name my-new-stack --parameter-overrides Key1=Value1 Key2=Value2 --tags Key1=Value1 Key2=Value2
54

6-
Following command deploys template named ``template.json`` to a stack named
7-
``my-new-stack``. If an error is encountered, the deploy stops and a rollback is not triggered::
5+
aws cloudformation deploy --template-file /path_to_template/template.json --stack-name my-new-stack --parameter-overrides Key1=Value1 Key2=Value2 --tags Key1=Value1 Key2=Value2
86

9-
aws cloudformation deploy --template-file /path_to_template/template.json --stack-name my-new-stack --disable-rollback

0 commit comments

Comments
 (0)