UNPKG

852 BPlain TextView Raw
1Synopsis
2
3 cordova-cli telemetry [STATE]
4
5 STATE: on|off
6
7Turns telemetry collection on or off
8
9 on ....................... Turns telemetry collection on
10 off ...................... Turns telemetry collection off
11
12Details
13 A timed prompt asking the user to opt-in or out is displayed the first time cordova is run.
14 It lasts for 30 seconds, after which the user is automatically opted-out if he doesn't provide any answer.
15 In CI environments, the `CI` environment variable can be set, which will prevent the prompt from showing up.
16 Telemetry collection can also be turned off on a single command by using the `--no-telemetry` flag.
17
18Examples
19 cordova-cli telemetry on
20 cordova-cli telemetry off
21 cordova-cli build --no-telemetry
22
23For details, see our privacy notice: https://cordova.apache.org/privacy
\No newline at end of file