You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/readme.md
-34
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,6 @@ These commands are available at all times.
40
40
|----------|--------------
41
41
| `create` | Create a project
42
42
| `help <command>` | Get help for a command
43
-
| `telemetry` | Turn telemetry collection on or off
44
43
| `config` | Set, get, delete, edit, and list global cordova options
45
44
46
45
## Project Command List
@@ -69,7 +68,6 @@ These options apply to all cordova-cli commands.
69
68
| -d or --verbose | Pipe out more verbose output to your shell. You can also subscribe to `log` and `warn` events if you are consuming `cordova-cli` as a node module by calling `cordova.on('log', function() {})` or `cordova.on('warn', function() {})`.
70
69
| -v or --version | Print out the version of your `cordova-cli` install.
0 commit comments