export HOMEBREW_NO_ANALYTICS=1
Is there such a list?
https://docs.microsoft.com/en-gb/dotnet/core/tools/telemetry
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.
export SAM_CLI_TELEMETRY=0