Skip to main content

Vercel CLI commands now scoped to local directory

By Steven Van ·

Read-only commands like vc project ls now match the linked directory's team by default, with --scope still available to override.

Read-only Vercel CLI commands like vc project ls and vc domains ls now use the scope of the linked local directory instead of defaulting to the global team. Previously, running these commands inside a linked repository could return results from the wrong team, out of step with the working directory. The --scope flag still works to target a different team manually.

The change requires Vercel CLI v50.40.0 or later, available via pnpm i -g vercel@latest. Read the announcement.

Vercel
Vercel
The platform for frontend developers — deploy, preview, and scale web apps and AI agents with zero config.
View Vercel →

Read the original announcement →

Read Vercel CLI commands now scoped to local directory on Creators Toolbox