Change8

vercel@50.39.0

📦 vercel-cliView on GitHub →
4 features🐛 1 fixes🔧 9 symbols

Summary

This release introduces several new CLI features for managing Vercel tokens, project access summaries, and environment variable fetching via deployment ID. It also includes fixes for paginated team member retrieval.

✨ New Features

  • Added `vercel tokens` subcommands (`ls`, `add`, `rm`) for authentication token management.
  • Added `vercel project access-summary` subcommand to display member counts per role for a project.
  • Added `vercel project members` and `vercel project access-groups` commands.
  • Added support for the `--id` flag to `vercel build` and `vercel env pull` to fetch deployment-scoped environment variables.

🐛 Bug Fixes

  • Fixed `vercel teams members` to correctly fetch all pages from the paginated team members API.

Affected Symbols