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.