From d9c0de35f5c304cc3bc35ad9d6016ece3f134c32 Mon Sep 17 00:00:00 2001 From: Ruslan Kuprieiev Date: Tue, 17 Aug 2021 01:30:53 +0300 Subject: [PATCH 1/3] docs: analytics: add DVC_NO_ANALYTICS mention Per https://github.com/iterative/dvc/pull/6453 --- content/docs/user-guide/analytics.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/docs/user-guide/analytics.md b/content/docs/user-guide/analytics.md index 6f029e79df..6ce9676592 100644 --- a/content/docs/user-guide/analytics.md +++ b/content/docs/user-guide/analytics.md @@ -59,4 +59,6 @@ $ dvc config core.analytics false This will disable it for the project. Alternatively, you can use the `--global` or `--system` options of `dvc config` to disable analytics for -the active user or for everyone in the system, respectively. +the active user or for everyone in the system, respectively. You could also set +environment variable `DVC_NO_ANALYTICS` to disable analytics (will override +config). From 4026c32d883c4f5032937f61f178d311639fff6c Mon Sep 17 00:00:00 2001 From: Jorge Orpinel Date: Wed, 18 Aug 2021 04:11:16 -0500 Subject: [PATCH 2/3] Update content/docs/user-guide/analytics.md --- content/docs/user-guide/analytics.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/content/docs/user-guide/analytics.md b/content/docs/user-guide/analytics.md index 6ce9676592..6b2e48f0f2 100644 --- a/content/docs/user-guide/analytics.md +++ b/content/docs/user-guide/analytics.md @@ -59,6 +59,8 @@ $ dvc config core.analytics false This will disable it for the project. Alternatively, you can use the `--global` or `--system` options of `dvc config` to disable analytics for -the active user or for everyone in the system, respectively. You could also set -environment variable `DVC_NO_ANALYTICS` to disable analytics (will override -config). +the active user or for everyone in the system, respectively. + +Another way to disable analytics is to set the environment variable +`DVC_NO_ANALYTICS` (will override config). + From 943eb0020155df157b8e18d2be0f641cad5846ab Mon Sep 17 00:00:00 2001 From: Jorge Orpinel Date: Wed, 18 Aug 2021 04:12:52 -0500 Subject: [PATCH 3/3] Update content/docs/user-guide/analytics.md --- content/docs/user-guide/analytics.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/docs/user-guide/analytics.md b/content/docs/user-guide/analytics.md index 6b2e48f0f2..a5335d1739 100644 --- a/content/docs/user-guide/analytics.md +++ b/content/docs/user-guide/analytics.md @@ -63,4 +63,3 @@ the active user or for everyone in the system, respectively. Another way to disable analytics is to set the environment variable `DVC_NO_ANALYTICS` (will override config). -