File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Serverless Warmer
2
2
3
+ [ ![ npm] ( https://img.shields.io/npm/v/@slsplus/warmer )] ( http://www.npmtrends.com/@slsplus/warmer )
4
+ [ ![ NPM downloads] ( https://img.shields.io/npm/dm/@slsplus/warmer.svg?style=flat-square )] ( http://www.npmtrends.com/@slsplus/warmer )
5
+ [ ![ Build Status] ( https://github.com/serverless-tencent/serverless-warmer/workflows/Release/badge.svg?branch=master )] ( https://github.com/serverless-tencent/serverless-warmer/actions?query=workflow:Release+branch:master )
6
+ [ ![ semantic-release] ( https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg )] ( https://github.com/semantic-release/semantic-release )
7
+
3
8
Application Warmer for Serverless Framework.
4
9
5
10
- [ @slsplus/warmer ] ( #Serverless-Warmer )
Original file line number Diff line number Diff line change @@ -60,8 +60,7 @@ export async function warm(options: WarmOptions): Promise<boolean> {
60
60
61
61
const warmCommand = ( ) : void => {
62
62
program
63
- . command ( 'warm' )
64
- . description ( 'Warm up serverless application' )
63
+ . description ( 'Warm up serverless application or function' )
65
64
. option ( '-r, --region [region]' , 'region of function' , 'ap-guangzhou' )
66
65
. option ( '-n, --name [name]' , 'name config in serverless.yml' )
67
66
. option ( '-a, --app [app]' , 'app name' )
You can’t perform that action at this time.
0 commit comments