beatcracker / toptout

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

Add synonym env var SF_DISABLE_TELEMETRY #581

Closed emanuelb closed 1 year ago

emanuelb commented 1 year ago

The env var act like env var SFDX_DISABLE_TELEMETRY that already mentioned in "Salesforce CLI" https://github.com/beatcracker/toptout#salesforce-cli related issue is #16 as can be seen for code: https://github.com/forcedotcom/sfdx-core/blob/453b8860c16991796252f05a3c933dee1e9d7e3b/src/config/envVars.ts#L69 https://github.com/forcedotcom/sfdx-core/blob/453b8860c16991796252f05a3c933dee1e9d7e3b/src/config/envVars.ts#L176-L179