Change8

@vercel/cli-config@0.2.1

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

Summary

The native CLI binary is now opt-in to improve startup performance and reduce potential conflicts. Users can enable it via a command-line flag or global configuration.

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