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...
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
- Manage Vercel Microfrontends with AI Agents and the CLI
- Activity Log now available in Vercel CLI
- Transfer Marketplace resources between teams
- Making Turborepo 96% faster with agents, sandboxes, and humans
Source: tools