Newer Version Available
Disable CLI Data Collection and Metrics
Salesforce collects usage data and metrics (telemetry) to help improve Salesforce CLI.
We collect anonymous information related to the use of the CLI and plug-ins, such as which
commands and parameters were run, and performance and error data.
We use these data to improve the CLI by looking at trends in command executions and how the CLI is configured. We also research error data to improve the CLI and to create efficiencies in our work (and yours). You are automatically enrolled in telemetry when you use the CLI.
If you would prefer to opt out of telemetry, set the disableTelemetry configuration value to true.
1sfdx config:set disableTelemetry=trueAlternatively, you can opt out via an environment variable: SFDX_DISABLE_TELEMETRY=true.