Vercel CLI commands now scoped to local directory
Vercel CLI updates scope handling so commands like `vc project ls` and `vc domains ls` default to the linked local directory instead of the global team, with a `--scope` flag for overrides.
Commands like and now automatically use the scope of your linked local directory instead of defaulting to your global team.vc project lsvc domains ls 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 flag.--scope Run to update to the latest Vercel CLI (at least ).pnpm i -g vercel@latestv50.40.0 Read more