Improvement
Preserve local environment variables when linking with Vercel CLI
The Vercel CLI now safely preserves existing environment variables in your .env.local file when running vercel link, updating or appending only the necessary variables without overwriting other settings.
The Vercel CLI now preserves your file when running . Previously, linking could overwrite variables already in the file. The CLI now updates if it exists, or appends it if missing, without touching anything else..env.localvercel linkVERCEL_OIDC_TOKEN
Run to update, then run to get started. Learn more in the .pnpm i -g vercel@latestvercel linkvercel link documentation
clienvironment-variablesvercel-link
Source: original entry ↗