Skip to content

Commit

Permalink
[README update] Add silent option to deploy command (#521)
Browse files Browse the repository at this point in the history
* Remove unnecessary single quotes in README

* [README update] Add silent option to deploy command
  • Loading branch information
abetomo committed Mar 6, 2020
1 parent 80d9a7d commit 3d913d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,8 @@ Options:
-z, --deployZipfile [] Deploy zipfile
-B, --deployUseS3 [] Use S3 to deploy.
-y, --proxy [] Proxy server
-A, --tags [] 'Tags as key value pairs (e.g. "tagname1=tagvalue1,tagname2=tagvalue2") (default: "")
-A, --tags [] Tags as key value pairs (e.g. "tagname1=tagvalue1,tagname2=tagvalue2") (default: "")
--silent Silent or quiet mode (default: false)
```

If you are deploying to a custom endpoint you may also need to pass in an access key/secret. For localstack these can be anything, but cannot be blank:
Expand Down

0 comments on commit 3d913d4

Please sign in to comment.