Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit 0c36cd5

Browse files
Eyalcleemullins
andauthored
Update usage of B_CLI_TELEMETRY flag in CI pipelines (#563)
* Update usage of B_CLI_TELEMETRY flag in CI pipelines * Fix Typos Co-authored-by: Chris Mullins <cleemullins@users.noreply.github.com>
1 parent 3ab2ce2 commit 0c36cd5

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,15 @@ Privacy is very important to us. BF CLI contains optional instrumentation that i
7474

7575
To disable data collection see the __*bf config*__ command.
7676

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+
7786
Please refer to [Microsoft Privacy Statement](https://privacy.microsoft.com/en-US/privacystatement) for more details.
7887

7988
## Contributing

0 commit comments

Comments
 (0)