mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
Tracking
This plugin implements a way to toggle the framework usage tracking functionality.
serverless tracking --enabled yes
Enable / disable the usage tracking functionality.
Options
--enabledor-e"yes" or "no". Required.
Provided lifecycle events
tracking:tracking
Examples
Disable tracking
serverless tracking --enabled no
This example will disable usage tracking.