From 775be6ebc144cb9684b0c4bc0c93b757601106e4 Mon Sep 17 00:00:00 2001 From: nodanaonlyzuul Date: Sun, 10 Sep 2017 22:23:56 -0400 Subject: [PATCH] Update README with latest output for 'node-lambda run -h' --- README.md | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 272ac746..ef84997f 100644 --- a/README.md +++ b/README.md @@ -98,17 +98,20 @@ Runs your Amazon Lambda index.js file locally. Passes `event.json` data to the A ``` $ node-lambda run --help - Usage: run [options] +Usage: run|execute [options] - Options: +Run your Amazon Lambda application locally - -h, --help Output usage information - -H, --handler [index.handler] Lambda Handler {index.handler} - -j, --eventFile [event.json] Event JSON File - -f, --configFile [] Path to file holding secret environment variables (e.g. "deploy.env") - -u, --runtime [nodejs6.10] Lambda Runtime {nodejs6.10, nodejs4.3} - -t, --timeout [3] Lambda Timeout in seconds (max of 300) - -x, --contextFile [context.json] Context JSON file + +Options: + -h, --help output usage information + -H, --handler [index.handler] Lambda Handler {index.handler} + -j, --eventFile [event.json] Event JSON File + -u, --runtime [nodejs6.10] Lambda Runtime + -t, --timeout [3] Lambda Timeout + -f, --configFile [] Path to file holding secret environment variables (e.g. "deploy.env") + -x, --contextFile [context.json] Context JSON File + -M, --enableRunMultipleEvents [true] Enable run multiple events ``` #### package