vercel microfrontends
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.
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.
vercel microfrontends pull --dpl https://my-app-abc123.vercel.appPull configuration from a specific deployment.
vercel microfrontends pullvercel mf pull --dpl dpl_123xyzThe 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?