You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 15, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,15 @@ Privacy is very important to us. BF CLI contains optional instrumentation that i
74
74
75
75
To disable data collection see the __*bf config*__ command.
76
76
77
+
### Enable Telemetry in Continuous Integration Pipelines
78
+
79
+
It is possible to bypass prompting while enabling telemetry collection in Continuous Integration / Continous Deployment pipeline environments. Per above, Microsoft will only collect anonymous data to help improve the CLI. To set your CI/CD pipeline telemetry collection behavior set the following OS environment variable:
80
+
81
+
* set BF_CLI_TELEMETRY = true : Bypass prompts and **enables** telemetry collection.
82
+
* set BF_CLI_TELEMETRY = false : Bypass prompts and **disables** telemetry collection (default).
83
+
* BF_CLI_TELEMETRY = null (absent) : If no value is set in configuration file defaults to false - disabled.
84
+
85
+
77
86
Please refer to [Microsoft Privacy Statement](https://privacy.microsoft.com/en-US/privacystatement) for more details.
0 commit comments