Philipp Muens 7c879522cf Update tracking plugin options usage
So that one can use the --enable and --disable option rather than using --enabled.
2016-07-15 18:22:03 +02:00
..
2016-07-15 18:22:03 +02: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

  • --enabled or -e "yes" or "no". Required.

Provided lifecycle events

  • tracking:tracking

Examples

Disable tracking

serverless tracking --enabled no

This example will disable usage tracking.