You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by om...@apache.org on 2016/05/12 19:48:50 UTC

[6/6] cordova-cli git commit: Telemetry: Update README.md documentation

Telemetry: Update README.md documentation

 This closes #247


Project: http://git-wip-us.apache.org/repos/asf/cordova-cli/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-cli/commit/94190b84
Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/94190b84
Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/94190b84

Branch: refs/heads/master
Commit: 94190b8417e863a0d7a1aaf9a95a726f786229de
Parents: 39e5f17
Author: Omar Mefire <om...@gmail.com>
Authored: Thu May 12 12:41:47 2016 -0700
Committer: Omar Mefire <om...@gmail.com>
Committed: Thu May 12 12:47:32 2016 -0700

----------------------------------------------------------------------
 doc/readme.md | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/94190b84/doc/readme.md
----------------------------------------------------------------------
diff --git a/doc/readme.md b/doc/readme.md
index 4383359..7149873 100644
--- a/doc/readme.md
+++ b/doc/readme.md
@@ -629,6 +629,21 @@ cordova telemetry [STATE]
 | on          | Turn telemetry collection on.
 | off         | Turn telemetry collection off.
 
+### Details
+ A timed prompt asking the user to opt-in or out is displayed the first time cordova is run.
+ It lasts for 30 seconds, after which the user is automatically opted-out if he doesn't provide any answer.
+ In CI environments, the `CI` environment variable can be set, which will prevent the prompt from showing up.
+ Telemetry collection can also be turned off on a single command by using the `--no-telemetry` flag.
+
+### Examples
+```
+cordova telemetry on
+cordova telemetry off
+cordova build --no-telemetry
+```
+
+For details, see our privacy notice: https://cordova.apache.org/privacy
+
 ## cordova help command
 
 ### Synopsis


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org