Yesterday's Top Poster

Preserve local environment variables when linking with the Vercel CLI

  • Thread starter Thread starter Melkey Moksyakov
  • Start date Start date
The Vercel CLI now preserves your .env.local file when running vercel link. Previously, linking could overwrite variables already in the file. The CLI now updates VERCEL_OIDC_TOKEN if it exists, or appends it if missing, without touching anything else.

Run pnpm i -g vercel@latest to update, then run vercel link to get started. Learn more in the vercel link documentation.

Read more

Continue reading...
 
Back
Top