Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

telemetry.txt 852B

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