vercel@50.22.0
📦 vercel-cliView on GitHub →
✨ 3 features🐛 3 fixes🔧 2 symbols
Summary
This release introduces a new CLI command for accessing integration guides and includes several fixes related to service configuration schema and web fallbacks.
Migration Steps
- If using `experimentalServices` in `vercel.json`, note that `workspace` and `entrypoint` have been consolidated.
- If you explicitly defined `framework` in service configurations in `vercel.json`, you can now remove it if the framework can be inferred from the service workspace.
✨ New Features
- Added a new `vercel integration guide` subcommand to the CLI for displaying marketplace integration guides, code snippets, and resource links directly in the terminal.
- The `integration guide` command supports interactive product/framework selection and includes a `--framework` flag for non-interactive selection (useful for CI/agents).
- The output of `integration guide` is raw markdown written to stdout for easy piping.
🐛 Bug Fixes
- Fixed missing `planId` in non-subscription plan web fallback.
- Consolidated `workspace` and `entrypoint` from the `experimentalServices` `vercel.json` schema.
- Made `framework` configuration in services optional; the framework is now inferred from the service workspace when not explicitly provided.