Skip to content

Commit 6af5157

Browse files
abetomoDeviaVir
authored andcommitted
Remove 'packageDirectory' option from 'deploy' (#484)
Not used and for meaningless options.
1 parent 0d98870 commit 6af5157

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ Options:
184184
-c, --tracingConfig [] Lambda tracing settings
185185
-l, --layers [] Lambda Layers settings (e.g. "ARN1,ARN2[,..])" (default: "")
186186
-R, --retentionInDays [] CloudWatchLogs retentionInDays settings
187-
-A, --packageDirectory [build] Local Package Directory
188187
-G, --sourceDirectory [] Path to lambda source Directory (e.g. "./some-lambda")
189188
-I, --dockerImage [] Docker image for npm install
190189
-f, --configFile [] Path to file holding secret environment variables (e.g. "deploy.env")

bin/node-lambda

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ program
9494
.option('-l, --layers [AWS_LAYERS]', 'Lambda Layers settings (e.g. "ARN1,ARN2[,..])"', AWS_LAYERS)
9595
.option('-R, --retentionInDays [AWS_LOGS_RETENTION_IN_DAYS]', 'CloudWatchLogs retentionInDays settings',
9696
AWS_LOGS_RETENTION_IN_DAYS)
97-
.option('-A, --packageDirectory [PACKAGE_DIRECTORY]', 'Local Package Directory', PACKAGE_DIRECTORY)
9897
.option('-G, --sourceDirectory [SRC_DIRECTORY]', 'Path to lambda source Directory (e.g. "./some-lambda")', SRC_DIRECTORY)
9998
.option('-I, --dockerImage [DOCKER_IMAGE]', 'Docker image for npm install', DOCKER_IMAGE)
10099
.option('-f, --configFile [CONFIG_FILE]',

0 commit comments

Comments
 (0)