Document CLI telemetry and auto-upgrade#5069
Closed
mintlify[bot] wants to merge 1 commit intomainfrom
Closed
Conversation
Generated-By: mintlify-agent
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Collaborator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
--telemetryflag and environment variables (MINTLIFY_TELEMETRY_DISABLED,DO_NOT_TRACK) for opting out of anonymous CLI usage telemetry.mint upgradecommand section from the CLI page, since configuration upgrades frommint.jsontodocs.jsonnow happen automatically when runningmint dev,mint broken-links, ormint rename.What shipped
The CLI now collects anonymous usage telemetry (enabled by default, easily disabled) and automatically upgrades legacy
mint.jsonfiles todocs.json— the standalonemint upgradecommand has been removed.Note
Low Risk
Low risk documentation-only change updating CLI usage guidance; no runtime or configuration logic is modified in this PR.
Overview
Updates CLI docs to replace the deprecated
mint upgradeguidance with the currentmint versionsection and a new Telemetry section explaining opt-out via--telemetryand env vars (MINTLIFY_TELEMETRY_DISABLED,DO_NOT_TRACK).Revises the
mint.jsonmigration instructions to reflect automatic upgrade todocs.jsontriggered by running commands likemint dev(and related CLI commands), instead of a dedicated upgrade command.Written by Cursor Bugbot for commit 998681b. This will update automatically on new commits. Configure here.