UNPKG

serverless

Version:

Serverless Framework - Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more

41 lines (26 loc) 810 B
<!-- title: Serverless Framework Commands - Apache OpenWhisk - Serverless Stats menuText: serverless stats menuOrder: 17 description: Enables or disables Serverless Statistic logging within the Serverless Framework. layout: Doc --> <!-- DOCS-SITE-LINK:START automatically generated --> ### [Read this on the main serverless docs site](https://www.serverless.com/framework/docs/providers/openwhisk/cli-reference/slstats) <!-- DOCS-SITE-LINK:END --> # Serverless Statistics This plugin implements a way to toggle framework statistics. ```bash serverless slstats --enable ``` ## Options - `--enable` or `-e`. - `--disable` or `-d` ## Provided lifecycle events - `slstats:slstats` ## Examples ### Disabling it ```bash serverless slstats --disable ``` This example will disable framework statistics.