Summary

On July 15, 2026, Vercel changed how the CLI links projects: it now resolves your team first before searching for projects, so linking is faster and more predictable across vercel link, deploy, pull, dev, and git connect. CLI 55.0.0 is a breaking change -- scripts that relied on --yes or a globally selected team must now pass --team explicitly.

What changed

The Vercel CLI now resolves the team before searching for projects, unifying the link flow across vercel link, deploy, pull, dev, and git connect; version 55.0.0 requires scripts to specify --team explicitly instead of relying on --yes or a globally selected team.

Why it matters

Deterministic, team-first linking reduces mis-targeted deployments in multi-team and CI setups, but the 55.0.0 breaking change forces teams to audit automation that assumed implicit team selection.

Evidence excerpt

Linking is faster and more predictable, and every command that establishes a link (vercel link, deploy, pull, dev, and git connect) follows the same flow.

Sources