Menu

vercel microfrontends

Last updated January 15, 2026

The vercel microfrontends command (alias: vercel mf) provides utilities for working with Vercel Microfrontends from the CLI.

Currently, it supports pulling the remote configuration to your local repository for development.

To learn more about the architecture and config format, see Microfrontends on Vercel. For a polyrepo setup walkthrough, see Accessing the configuration file. This command requires Vercel CLI 44.2.2 or newer.

terminal
vercel microfrontends pull [options]

Using the vercel microfrontends pull command to download the project's microfrontends.json (or microfrontends.jsonc) file for local development.

These are options that only apply to the vercel microfrontends command.

Use the --dpl option to specify a deployment ID or URL to pull configuration from. If omitted, the CLI uses your project's default application/deployment.

terminal
vercel microfrontends pull --dpl https://my-app-abc123.vercel.app

Pull configuration from a specific deployment.

terminal
vercel microfrontends pull
terminal
vercel mf pull --dpl dpl_123xyz

The following global options can be passed when using the vercel microfrontends command:

For more information on global options and their usage, refer to the options section.


Was this helpful?

supported.