vercel@53.2.0
Minor Changes
- 3898acb: Add
vercel firewallcommand for managing project firewall configuration. Supports custom rules (add, edit, delete, enable, disable, reorder), IP blocking, system bypass rules, attack challenge mode, and system mitigations.
Patch Changes
- 0cf132c:
vercel connex createnow accepts a--triggersflag. When passed, the request body includestriggers: { enabled: true }so the server wires webhook triggers into the created client. Without the flag,triggers: { enabled: false }is sent. - 1d766af: Let
--yesenable the browser recovery flow forvercel connex tokeneven in non-TTY contexts (e.g., coding agents), so a single command can open the browser, poll, and return the token without round-tripping through the agent's chat. - dd27e25: Added
vercel deploy continue --errorto mark manual deployments as failed with an optional error message. - 2f2b3f1: Added
--filter/-f <NAME>flag tovercel project lsfor filtering projects by name (substring match). - b2c2541: Avoid resolving the configured default team before unscoped
vercel link --yes --projectcross-team search, so team-scoped tokens can still link projects they can access. - 5f3cf99: Skip SAML-protected ("limited") teams during
vercel link's cross-team auto-detect so it no longer forces device-code re-authentication for scopes the user did not explicitly choose. The project is still linked from any accessible team where it's found, and limited scopes remain available through the standard scope picker (selectOrg) or--scope <slug>.- @vercel/python@6.38.0
Fetched May 6, 2026
