Ask HN: Is there a reference of CLI tools with analytics?

5 points by thiht ↗ HN
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 ] thread
If there is, I couldn't find it.

It'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.

Not the most straightforward way to do it, but Nixpkgs have analytics off by default on most applications. Still waiting on one of my additions for Gatsby's disabled analytics to get reviewed and merged though.