beatcracker / toptout

📡 Easily opt-out from telemetry collection
https://toptout.me
MIT License
136 stars 6 forks source link

Add Alexa Skills Kit Command Line Interface #23

Open emanuelb opened 3 years ago

emanuelb commented 3 years ago

from postinstall script of ask-cli: https://github.com/alexa/ask-cli/blob/54f972b185ea989c97fc667a83b320f84c2b65de/postinstall.js

================================================================================
ASK CLI collects telemetry to better understand customer needs. You can
OPT OUT and disable telemetry by setting the 'share_usage' key to 'false' 
in '~/.ask/cli_config'.
Learn more: https://developer.amazon.com/docs/alexa/smapi/ask-cli-telemetry.html
================================================================================ 

in short: disable telemetry by setting the share_usage key to false in ~/.ask/cli_config

The link in amazon developer is broken :( return 404 Page not found error, also telemetry search in the docs don't return matched result, opened issue about the 404 error at: https://github.com/alexa/ask-cli/issues/395

beatcracker commented 3 years ago

Also pinged related person on twitter: https://twitter.com/beatcracker/status/1385727860682498052