Skip to content
forked from getlift/lift

Expanding Serverless Framework beyond functions using the AWS CDK

License

Notifications You must be signed in to change notification settings

jianfeng-huang/lift

Repository files navigation

lift

oclif Version Downloads/week License

Usage

$ npm install -g lift
$ lift COMMAND
running command...
$ lift (-v|--version|version)
lift/0.0.0 darwin-x64 node-v14.7.0
$ lift --help [COMMAND]
USAGE
  $ lift COMMAND
...

Commands

lift hello [FILE]

describe the command here

USAGE
  $ lift hello [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

EXAMPLE
  $ lift hello
  hello world from ./src/hello.ts!

See code: src/commands/hello.ts

lift help [COMMAND]

display help for lift

USAGE
  $ lift help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

About

Expanding Serverless Framework beyond functions using the AWS CDK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.8%
  • Other 0.2%