Skip to content
← Back to Changelog

Thursday, February 17th 2022

Vercel CLI v24 is now available

Posted by

Avatar for tootallnate

Nathan Rajlich

Software Engineer

Avatar for styfle

Steven Salat

Software Engineer

Avatar for elsigh

Lindsey Simon

VP Engineering

Avatar for greetah

Greta Workman

Director, Product Marketing

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 the git bisect command, this new command helps identify in which Deployment a bug was introduced.
  • Added support for the --project flag in vercel 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.

Post