vercel@50.25.1
📦 vercel-cliView on GitHub →
✨ 5 features🐛 1 fixes🔧 3 symbols
Summary
This patch release introduces comprehensive purchasing capabilities via the new `vercel buy` command and enhances CLI feedback for integration management. Several underlying builder dependencies were also updated.
Migration Steps
- When using `integration remove`, note that failure due to existing resources now outputs structured JSON if `--format=json --yes` is used.
✨ New Features
- Added the `buy` command for purchasing Vercel products (credits, addons, pro, v0, domains).
- Support for add-on purchasing within the `vercel buy` CLI.
- Added the `vercel buy pro` subcommand for purchasing the Pro plan.
- Improved agent discoverability for integration-resource commands in the CLI.
- Integration help now suggests `vercel integration guide` after successful provisioning and uses deeplink format for dashboard URLs.
🐛 Bug Fixes
- When `integration remove --format=json --yes` fails because resources still exist, structured JSON output with resource names and next commands is now emitted.