From ee8d078d6903a18080ab1bf0e1d3f4d1f0171691 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 21:55:24 +0000 Subject: [PATCH] Add telemetry command documentation to CLI page Generated-By: mintlify-agent --- installation.mdx | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/installation.mdx b/installation.mdx index 114156270..08c97f208 100644 --- a/installation.mdx +++ b/installation.mdx @@ -342,6 +342,26 @@ mint upgrade See [Global settings](/organize/settings) for more information about `docs.json`. +### Manage telemetry + +The CLI collects anonymous usage telemetry to help improve the product. You can manage telemetry with the following commands: + +```bash +# Check telemetry status +mint telemetry status + +# Disable telemetry +mint telemetry disable + +# Enable telemetry +mint telemetry enable +``` + +You can also disable telemetry by setting either of these environment variables: + +- `MINTLIFY_TELEMETRY_DISABLED=1` +- `DO_NOT_TRACK=1` + ### Check version Display the current CLI and client version: