From 539ef08f48b62d7eebf74b7927b7a7d1405877d2 Mon Sep 17 00:00:00 2001 From: Rich Kuzsma Date: Fri, 3 Jun 2016 21:54:07 -0400 Subject: [PATCH] --excludeGlobs takes a space-separated list -x or --excludeGlobs appears to take a space-separated list of files/types, not a comma-separated list. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 297d66cc..8d22213d 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ $ node-lambda package --help -n, --functionName [node-lambda] Lambda FunctionName -e, --environment [staging] Choose environment {development, staging, production} -f, --configFile [] Path to file holding secret environment variables (e.g. "deploy.env") - -x, --excludeGlobs [] Add a comma separated list of file(type)s to ignore (e.g. "*.json") + -x, --excludeGlobs [] Add a space separated list of file(type)s to ignore (e.g. "*.json .env") ``` #### deploy @@ -120,7 +120,7 @@ $ node-lambda deploy --help -f, --configFile [] Path to file holding secret environment variables (e.g. "deploy.env") -b, --vpcSubnets [] VPC Subnet ID(s, comma separated list) for your Lambda Function, when using this, the below param is also required -g, --vpcSecurityGroups [] VPC Security Group ID(s, comma separated list) for your Lambda Function, when using this, the above param is also required - -x, --excludeGlobs [] Add a comma separated list of file(type)s to ignore (e.g. "*.json") + -x, --excludeGlobs [] Add a space separated list of file(type)s to ignore (e.g. "*.json .env") ``` ## Custom Environment Variables