Skip to content

Commit 7cf9b3a

Browse files
rkuzsmaDeviaVir
authored andcommitted
--excludeGlobs takes a space-separated list (#111)
-x or --excludeGlobs appears to take a space-separated list of files/types, not a comma-separated list.
1 parent be9d590 commit 7cf9b3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ $ node-lambda package --help
8888
-n, --functionName [node-lambda] Lambda FunctionName
8989
-e, --environment [staging] Choose environment {development, staging, production}
9090
-f, --configFile [] Path to file holding secret environment variables (e.g. "deploy.env")
91-
-x, --excludeGlobs [] Add a comma separated list of file(type)s to ignore (e.g. "*.json")
91+
-x, --excludeGlobs [] Add a space separated list of file(type)s to ignore (e.g. "*.json .env")
9292
```
9393

9494
#### deploy
@@ -120,7 +120,7 @@ $ node-lambda deploy --help
120120
-f, --configFile [] Path to file holding secret environment variables (e.g. "deploy.env")
121121
-b, --vpcSubnets [] VPC Subnet ID(s, comma separated list) for your Lambda Function, when using this, the below param is also required
122122
-g, --vpcSecurityGroups [] VPC Security Group ID(s, comma separated list) for your Lambda Function, when using this, the above param is also required
123-
-x, --excludeGlobs [] Add a comma separated list of file(type)s to ignore (e.g. "*.json")
123+
-x, --excludeGlobs [] Add a space separated list of file(type)s to ignore (e.g. "*.json .env")
124124
```
125125

126126
## Custom Environment Variables

0 commit comments

Comments
 (0)