Closed
Conversation
Generated-By: mintlify-agent
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
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
The CLI shipped changes to analytics flags and login behavior:
--humans,--agents, and--agentflags frommint analyticscommands. The CLI now auto-detects AI agent environments and defaults to JSON output.mint loginnow prompts for a default project after authentication, which analytics commands use automatically.--subdomainis no longer required for most workflows.Changes
cli/analytics.mdxto remove references to--humans/--agentsflags and document auto-detection behaviorcli/commands.mdxto remove deprecated flags from the reference table and update login descriptioncli/preview.mdxto mention the project selection prompt after loginNote
Low Risk
Low risk: documentation-only updates that reflect recent CLI behavior changes (flag removals, auto-detected JSON output, and default project/subdomain selection).
Overview
Updates CLI docs to match new analytics and auth behavior:
mint loginnow selects (or auto-sets) a default project and stores it in config for subsequent commands.Refreshes
mint analyticsdocumentation by removing references to--humans,--agents, and--agent, clarifying that AI agent environments auto-default to JSON output, and noting--subdomaincan fall back to config or the account’s first project.Reviewed by Cursor Bugbot for commit 3e3262a. Bugbot is set up for automated code reviews on this repo. Configure here.