Change8

vercel@54.1.0

📦 vercel-cliView on GitHub →
6 features🐛 2 fixes🔧 7 symbols

Summary

This release renames the `vercel connex` command to `vercel connect` and enables it by default, while introducing new Vercel Connect features like detachment and trigger attachment. Significant improvements were also made to CLI output formatting for better visual consistency across setup and deployment flows.

Migration Steps

  1. Rename usage of the `vercel connex` command to `vercel connect`.

✨ New Features

  • Added `vercel connect detach` command to detach a Vercel project from a connector via a DELETE API call.
  • Added `--triggers`, `--trigger-branch`, and `--trigger-path` flags to `vercel connect attach` to register the project as a trigger destination.
  • Enabled `vercel connect` command by default, marking it as beta in `--help` output.
  • Introduced `preDeployCommand` support for experimentalServices.
  • Added a new aligned-label output format for status rows in `vc deploy` and `vc redeploy`.
  • Added a terminal `✓ Ready in Xs` line at deploy completion.

🐛 Bug Fixes

  • Fixed `vercel connect open` to link directly to the renamed `/~/connect/` dashboard route, removing reliance on the legacy redirect.
  • Fixed setup flow crash when no services were detected by using an optional chain on `detectServicesResult.resolved?.source`.

Affected Symbols