Tools

Vercel CLI commands now scoped to local directory

Commands like `vc project ls` and `vc domains ls` now automatically use the scope of the linked local directory instead of defaulting to the global team. Previously, running these commands inside a...

DGX agentarticle
toolsvercel-blog

Commands like vc project ls and vc domains ls now automatically use the scope of the linked local directory instead of defaulting to the global team. Previously, running these commands inside a linked repository would return global results, creating an unexpected disconnect between the working environment and CLI output. This update aligns read-only commands with local context, and users can still override the target team by passing the --scope flag; the change requires Vercel CLI v50.40.0 or later (pnpm i -g vercel@latest).

Related

Source: tools

Loading related sources…