Preserve local environment variables when linking with the Vercel CLI
.env.local vercel link VERCEL_OIDC_TOKEN The Vercel CLI now preserves yourfile when running. Previously, linking could overwrite variables already in the file. The CLI now updatesif it exists, or appends it if missing, without touching anything else. pnpm i -g vercel@latest vercel link vercel link…
Sources
- T1Preserve local environment variables when linking with the Vercel CLIVercel (blog + changelog)