Skip to content

Commit 044e12d

Browse files
committed
add --use-json to cloudformation package example
1 parent dd5e705 commit 044e12d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

awscli/examples/cloudformation/package.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ Following command exports a template named ``template.json`` by uploading local
22
artifacts to S3 bucket ``bucket-name`` and writes the exported template to
33
``packaged-template.json``::
44

5-
aws cloudformation package --template-file /path_to_template/template.json --s3-bucket bucket-name --output-template-file packaged-template.json
5+
aws cloudformation package --template-file /path_to_template/template.json --s3-bucket bucket-name --output-template-file packaged-template.json --use-json
66

0 commit comments

Comments
 (0)