Update README.md file of tracking plugin

This commit is contained in:
Philipp Muens 2016-07-15 14:56:06 +02:00
parent 3d2039210c
commit 77f30d44f7

View File

@ -3,13 +3,14 @@
This plugin implements a way to toggle the [framework usage tracking](/docs/usage-tracking) functionality.
```
serverless tracking --enabled yes
serverless tracking --enable
```
Enable / disable the usage tracking functionality.
## Options
- `--enabled` or `-e` "yes" or "no". **Required**.
- `--enable` or `-e`.
- `--disable` or `-d`
## Provided lifecycle events
- `tracking:tracking`
@ -19,7 +20,7 @@ Enable / disable the usage tracking functionality.
### Disable tracking
```
serverless tracking --enabled no
serverless tracking --disable
```
This example will disable usage tracking.