# Vercel CLI v24 is now available

**Published:** February 17, 2022 | **Authors:** Nathan Rajlich, Steven Salat, Lindsey Simon, Greta Workman

---

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](https://vercel.com/docs/cli#commands/bisect) 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](https://github.com/vercel/vercel/releases/tag/vercel%4024.0.0) carefully before updating.

---

📚 **More updates:** [View all changelog entries](/changelog/sitemap.md) | [Blog](/blog/sitemap.md)