Change8

@vercel/cli-config@0.2.1

📦 vercel-functionsView on GitHub →
1 features🔧 2 symbols

Summary

The native CLI binary is now opt-in by default, requiring explicit enablement via a command or configuration flag. A new subpath has been added to avoid loading zod on the CLI startup hot path.

Migration Steps

  1. To use the native CLI binary, run `vercel upgrade --enable-binary` or set the `useNativeBinary` global config flag.

✨ New Features

  • The native CLI binary is now gated behind an explicit opt-in using `vercel upgrade --enable-binary` or the `useNativeBinary` global config flag.

Affected Symbols