1.0.1 • Published 3 years ago

@linsforever/warmer v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Serverless Warmer

Application Warmer for Serverless Framework.

Installation

$ npm i @linsforever/warmer -g

Usage

Usage: ywarm [options]

Warm up serverless application with customize variables

Options:
  -v, --version                       output the current version
  -n, --name [name]                   instance name, name config in serverless.yml
  -a, --app [app]                     app name, app config in serverless.yml
  -r, --region [region]               region of function (default: 'ap-guangzhou')
  -s, --stage [stage]                 app stage, stage config in serverless.yml (default: 'dev')
  -o, --org [org]                     app org name, org config in serverless.yml
  -f, --function-name [functionName]  cloud function name
  -h, --help                          display help for command

Example call:
  $ ywarm --help

Warm up serverless application

$ ywarm --name=expressdemo --app=appname --stage=dev --org=myorg

Warm up serverless cloud function

$ ywarm -f 'express_jyovx1a'

License

MIT License

Copyright (c) 2021 Tencent Cloud, Inc.