Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update README
  • Loading branch information
abetomo committed Jul 24, 2018
commit 3b9de28a2135d3d03e6954b7e331ef145c53aa75
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ SRC_DIRECTORY // (default: '')
DEPLOY_TIMEOUT // (default: '120000')
DOCKER_IMAGE // (default: '')
DEPLOY_ZIPFILE // (default: '')
DEPLOY_S3_BUCKET // (default: '')
DEPLOY_S3_KEY // (default: '')
AWS_DLQ_TARGET_ARN // (default: not set)
```

Expand Down Expand Up @@ -188,6 +190,8 @@ Options:
-D, --prebuiltDirectory [] Prebuilt directory
-T, --deployTimeout [120000] Deploy Timeout
-z, --deployZipfile [] Deploy zipfile
-B, --deployS3Bucket [] Use S3 to deploy. Specify it with `--deployS3Key`. (default: )
-O, --deployS3Key [] Use S3 to deploy. Specify it with `--deployS3Bucket`. (default: )
-y, --proxy [] Proxy server
```

Expand Down