Env Vars

Manages Vercel/Next.js environment variables: .env load order, vercel env pull/add/ls/rm, VERCEL_OIDC_TOKEN (~12h local), and production/preview/development scoping. Use when editing .env.local, running vercel env, or debugging expired OIDC on a linked project. Not for Netlify env (netlify-cli-and-deploy), Wrangler secrets, or dotenv without Vercel. Never put secrets on NEXT_PUBLIC_ keys; vercel env pull replaces the whole file.

Kayforkind 354a181 12.6 KB Updated

File contents

Kayforkind/skill-slice commit 354a1818a2

Frequently asked questions

npx skillmds@latest add kayforkind/env-vars