vercel@50.23.0
📦 vercel-cliView on GitHub →
✨ 1 features🐛 2 fixes⚡ 1 deprecations🔧 2 symbols
Summary
This release introduces an experimental flag to skip authentication during `vc dev` and fixes an issue with re-authentication flows for teams missing scopes by switching to the device code flow.
Migration Steps
- If you need to skip authentication and project linking during `vc dev`, set the environment variable `VERCEL_EXPERIMENTAL_DEV_SKIP_LINK`.
✨ New Features
- Added ability to skip authentication and project linking for `vc dev` by setting the `VERCEL_EXPERIMENTAL_DEV_SKIP_LINK` environment variable.
🐛 Bug Fixes
- Fixed re-authentication for teams with missing scope to use the device code flow instead of the deprecated SSO redirect flow.
- Added CLI evaluation for the `vc env` command.
Affected Symbols
⚡ Deprecations
- The SSO redirect flow for re-authentication for teams with missing scope has been deprecated and replaced by the device code flow.