From eea6d386e9f73cfe0dcd0fe7ad1d37690726f974 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2026 06:45:50 +0000 Subject: [PATCH] Add coming soon CLI commands to installation docs Generated-By: mintlify-agent --- installation.mdx | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/installation.mdx b/installation.mdx index 68eca503e..e300264d6 100644 --- a/installation.mdx +++ b/installation.mdx @@ -350,6 +350,23 @@ Display the current CLI and client version: mint version ``` +## Coming soon + +The CLI includes preview commands for features currently in development. Run any of these commands to signal your interest and help prioritize what ships next: + +| Command | Description | +| --- | --- | +| `mint ai` | AI-powered documentation tools | +| `mint test` | Documentation testing | +| `mint signup` | Account sign-up from the CLI | +| `mint mcp` | MCP server for documentation | + +When you run a coming soon command, your vote is recorded through CLI telemetry. If telemetry is disabled, the CLI still displays the feature message but does not count a vote. Enable telemetry with: + +```bash +mint --telemetry=true +``` + ## Formatting While developing locally, we recommend using extensions in your IDE to recognize and format MDX files.