1 min read

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 bisectcommand, this new command helps identify in which Deployment a bug was introduced.Added support for the
--projectflag invercel link.Removed support for single file deployments.
vercel devis 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.