We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec0a2db commit b493f10Copy full SHA for b493f10
pants.ci.toml
@@ -1,6 +1,10 @@
1
# This config is for CI. It extends the config in pants.toml.
2
# See https://www.pantsbuild.org/docs/using-pants-in-ci
3
4
+[anonymous-telemetry]
5
+# enable telemetry for CI
6
+enabled = true
7
+
8
[GLOBAL]
9
# Colors often work in CI, but the shell is usually not a TTY so Pants
10
# doesn't attempt to use them by default.
pants.toml
@@ -1,3 +1,10 @@
+# This is opt-in by default, but we explicitly disable here as well.
+enabled = false
+# repo_id here allows individuals to opt-in on their machine
+# To opt-in, use ~/.pants.rc or envrc to set [anonymous-telemetry].enabled=true
+repo_id = "de0dea7a-9f6a-4c6e-aa20-6ba5ad969b8a"
pants_version = "2.14.0rc1"
backend_packages = [
0 commit comments