Ask HN: Is there a reference of CLI tools with analytics?
I'm interested in a list of CLI tools with embedded analytics, and how to disable them. For example, Homebrew analytics can be disabled with:
export HOMEBREW_NO_ANALYTICS=1
Is there such a list?
4 comments
[ 5.6 ms ] story [ 131 ms ] threadIt'd be awesome if there was a standard "doNotTrack" style variable for CLIs.
With wrangler we went with WRANGLER_SEND_METRICS, as well as a user prompt to opt in/out.
https://docs.microsoft.com/en-gb/dotnet/core/tools/telemetry