Change8

vercel@50.42.0

📦 vercel-cliView on GitHub →
5 features🐛 2 fixes🔧 1 symbols

Summary

This release introduces new project protection features for passwords, SSO, and skew protection, alongside configuration support via vercel.toml and sandbox command execution. Several dependencies were updated and minor bugs in CLI ergonomics were fixed.

✨ New Features

  • Added password deployment protection actions via `vercel project protection --password`.
  • Added skew protection actions via `vercel project protection --skew` using `skewProtectionMaxAge`.
  • Added SSO deployment protection actions via `vercel project protection --sso`.
  • Support configuration via vercel.toml.
  • Added support for running Sandbox commands through `vercel sandbox`.

🐛 Bug Fixes

  • Fixed an issue where the `VERCEL_TOKEN` environment variable was not checked before prompting for login, causing credentials to always be requested when the variable was set.
  • Improved `vc logs` ergonomics: now shows help when invalid flags are provided, exits successfully for explicit `--help`, and preserves the full nested `logs[]` array in JSON output.

Affected Symbols