vercel@50.43.0
📦 vercel-cliView on GitHub →
✨ 11 features🐛 1 fixes🔧 8 symbols
Summary
This release introduces significant enhancements to deployment checks, project protection controls, and marketplace integration CLI parity. It also updates internal dependencies and migrates Python workers to the Queues V3 API.
✨ New Features
- Added Deployment Checks support to `deploy --prod`, including spinners for pending checks, failure detection before alias promotion, and display of failed check run details with log links.
- Extended marketplace integration CLI parity with `vercel integration installations` to list team installations (supporting optional `--integration` filter and JSON output).
- Updated `vercel integration update` argument parsing to align with other subcommands (parsing only tokens after `update`, making the integration slug the first positional argument).
- Added `vercel project protection` actions for automation protection bypass via PATCH `/v1/projects/.../protection-bypass` (`--protection-bypass`).
- Added `vercel project protection` actions for customer support code visibility (`--customer-support-code-visibility`).
- Added `vercel project protection` actions for Git fork protection (`--git-fork-protection`).
- Migrated python workers to Queues V3 API.
- Added `vercel flags override` subcommand to encrypt and decrypt flag override tokens for the `vercel-flag-overrides` cookie.
- CLI telemetry is now persisted across invocations using bounded-time sessions, stable installation device IDs, and per-invocation identifiers.
- Updated the `vercel metrics` CLI to use the V2 observability metrics API with `--metric`-based schema inspection and querying.
- Improved `vercel integration add` command to support fallback to the discover API and first-party integrations.
🐛 Bug Fixes
- Removed FF_AUTO_PROVISION_INSTALL feature flag and dead code from `integration add`.