blambda-cli
v1.0.0
Published
Build and deploy Lambda functions to S3
Downloads
5
Maintainers
Readme
blambda-cli
CLI for Blambda test
Usage
$ npm install -g blambda-cli
$ blambda COMMAND
running command...
$ blambda (-v|--version|version)
blambda-cli/1.0.0 linux-x64 node-v10.16.3
$ blambda --help [COMMAND]
USAGE
$ blambda COMMAND
...
Commands
blambda deploy [FUNCTIONS]
Builds, compresses, and uploads functions to an AWS bucket for Lambda deployment.
USAGE
$ blambda deploy [FUNCTIONS]
ARGUMENTS
FUNCTIONS Optional comma-separated list of functions to deploy. May contain wildcards (ex. *)
OPTIONS
-b, --bucket=bucket
S3 bucket name to use for storing artifacts/deployments
-d, --cwd=cwd
[default: /home/travis/build/KyleRoss/node-blambda-cli] Directory to search for lambda functions
-p, --profile=profile
AWS profile to use if using credentials from AWS CLI
-r,
--region=us-east-1|us-east-2|us-west-1|us-west-2|us-gov-west-1|us-gov-east-1|ca-central-1|eu-north-1|eu-west-1|eu-west
-2|eu-west-3|eu-central-1|ap-northeast-1|ap-northeast-2|ap-northeast-3|ap-southeast-1|ap-southeast-2|ap-east-1|ap-sout
h-1|sa-east-1|cn-north-1|cn-northwest-1
AWS region to use
-v, --verbose
Show a more verbose output
--access-key=access-key
AWS Access Key ID
--[no-]color
Enable/disable terminal colors
--secret-key=secret-key
AWS Secret Access Key
--session-token=session-token
AWS Session Token
See code: src/commands/deploy.js
blambda help [COMMAND]
display help for blambda
USAGE
$ blambda help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help