Improved CLI experience for linking and environment variables
Vercel CLI version 50.0.0 improves project linking with environment variable prompts, masked input, an interactive project selector, and standardised argument handling across commands.
Here are some of the key improvements introduced in version 50.0.0: Read more After successfully linking a project, the CLI now prompts you to pull your Project’s Environment Variables to keep your local setup aligned with your deployed configuration. Input for new Environment Variables is now masked during interactive entry When connecting to an existing project with , the CLI now shows an interactive selector if you have fewer than 100 Projects.link Fixed an issue where would incorrectly prefix project names.vc link --repo Commands that support the argument now have standardized behavior.
Extra or unexpected arguments will consistently produce a clear error and exit early, ensuring predictable and reliable results across all commands. This change may require updates to scripts that depended on the previous behavior.lsls