Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DT-980: Fixes #3922: Anonymous telemetry commands. #3947

Merged
merged 1 commit into from
Dec 12, 2019

Conversation

danepowell
Copy link
Contributor

Fixes #3922

Changes proposed

  • Add commands blt:telemetry:enable and blt:telemetry:disable to opt-in/out of telemetry manually (users already must opt-in/out explicitly at least once when first running BLT.)

Steps to replicate the issue

  1. Run BLT 11 at least once on your system so that ~/.config/blt/user.json is generated.
  2. Run blt blt:telemetry:disable, and verify that telemetry: false is set in user.json.
  3. Run blt blt:telemetry:enable, and verify that telemetry: true is set in user.json.

@danepowell danepowell added Enhancement A feature or feature request 11.x Affects or applies to 11.x labels Dec 10, 2019
@danepowell danepowell merged commit dc1cb51 into acquia:11.x Dec 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
11.x Affects or applies to 11.x Enhancement A feature or feature request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DT-980: Anonymous telemetry commands
3 participants