Vercel
Environment Commands
Manage environment variables on Vercel. Learn to set, pull, and manage secrets across environments.
5 commands
Pro Tips
Use 'vercel env pull' to download environment variables to .env.local for local development.
Common Mistakes
Sensitive variables should use 'vercel env add --sensitive' for encrypted storage.