
Security News
Open VSX Begins Implementing Pre-Publish Security Checks After Repeated Supply Chain Incidents
Following multiple malicious extension incidents, Open VSX outlines new safeguards designed to catch risky uploads earlier.
mintlify
Advanced tools
The Mintlify CLI is the easiest way to build Mintlify apps from the command line.
Built with ❤︎ by Mintlify
Download the Mintlify CLI using the following command
npm i -g mintlify
mintlify devRun this command at the root of your Mintlify project to preview changes locally.
Notes
mintlify dev requires Node v19 or higher.Mintlify uses port 3000 by default. You can use the --port flag to customize the port Mintlify runs on. For example, use this command to run in port 3333:
mintlify dev --port 3333
You will see an error like this if you try to run Mintlify in a port that's already taken:
Error: listen EADDRINUSE: address already in use :::3000
Steps you can take if the dev CLI is not working (After each step try to run mintlify dev again):
docs.json file.mintlify update to ensure you have the most recent version of the CLI..mintlify folder in your home directory and delete its contents.mintlify broken-linksCheck for broken internal links in your Mintlify project.
mintlify rename <from> <to>Rename a file in a Mintlify project and update all internal link references.
mintlify openapi-check <openapiFilenameOrUrl>Check your OpenAPI file for errors. You can pass in a filename (e.g. ./openapi.yaml) or a URL (e.g. https://petstore3.swagger.io/api/v3/openapi.json).
mintlify updateUpdates to the most recent version of the Mintlify CLI.
mintlify upgradeUpgrade from mint.json to docs.json. This command creates a docs.json from your existing mint.json.
Create an account to start using Mintlify for your documentation.
FAQs
The Mintlify CLI
The npm package mintlify receives a total of 42,008 weekly downloads. As such, mintlify popularity was classified as popular.
We found that mintlify demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 10 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Following multiple malicious extension incidents, Open VSX outlines new safeguards designed to catch risky uploads earlier.

Research
/Security News
Threat actors compromised four oorzc Open VSX extensions with more than 22,000 downloads, pushing malicious versions that install a staged loader, evade Russian-locale systems, pull C2 from Solana memos, and steal macOS credentials and wallets.

Security News
Lodash 4.17.23 marks a security reset, with maintainers rebuilding governance and infrastructure to support long-term, sustainable maintenance.