Vercel — AI · · 1 min read

Vercel CLI commands now scoped to local directory

Mirrored from Vercel — AI for archival readability. Support the source by reading on the original site.

Commands like vc project ls and vc domains ls now automatically use the scope of your linked local directory instead of defaulting to your global team.

Previously, querying projects or domains inside a linked repository would return global results, creating an unexpected disconnect between your immediate working environment and the CLI output. This update aligns read-only commands with your local context, though you can still manually override the target team by passing the --scope flag.

Run pnpm i -g vercel@latest to update to the latest Vercel CLI (at least v50.40.0).

Read more

Discussion (0)

Sign in to join the discussion. Free account, 30 seconds — email code or GitHub.

Sign in →

No comments yet. Sign in and be the first to say something.

More from Vercel — AI