================================================================================
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
from
postinstall
script ofask-cli
: https://github.com/alexa/ask-cli/blob/54f972b185ea989c97fc667a83b320f84c2b65de/postinstall.jsin short: disable telemetry by setting the
share_usage
key tofalse
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