Version 24 of the Vercel CLI has been released, including many improvements and bug fixes, as well as the new
vercel bisect
command:- Added new command
vercel bisect
: Inspired by thegit bisect
command, this new command helps identify in which Deployment a bug was introduced. - Added support for the
--project
flag invercel link
. - Removed support for single file deployments.
vercel dev
is now stable (no longer in beta).- Refactored most of the CLI source code to TypeScript.
This is a major version bump and includes some breaking changes, most of which are the final removal of features that have been deprecated for years. Read the full changelog carefully before updating.