vercel@50.35.0
📦 vercel-cliView on GitHub →
✨ 3 features🐛 2 fixes
Summary
This release introduces new CLI commands for managing microfrontends groups and adds non-interactive modes for both deploys and builds. Bug fixes include improved metrics formatting and stricter Vercel Flags SDK key detection.
✨ New Features
- Added CLI commands to create, delete, add to, and remove from microfrontends groups.
- Added non-interactive mode for deploys.
- Added non-interactive mode for builds.
🐛 Bug Fixes
- Fixed metrics output formatting for aggregation-transforming measures (`percent`, `persecond`, `unique`) so that displayed unit and stat columns reflect the effective aggregation (e.g., `percent` shows % instead of bytes, `persecond` appends /s, and `unique` hides the unit).
- Fixed SDK key detection for Vercel Flags to avoid false positives with third-party identifiers; now only `vf_server_` and `vf_client_` prefixes match, instead of any `vf_` prefix.