Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading