Loading...
Loading...
Deploy and manage applications on Vercel, including preview deployments and deployment protection. Use when working with Vercel-hosted projects or configuring Vercel deployments.
npx skill4agent add openhands/skills vercelvercel.com/logincurl -H "x-vercel-protection-bypass: <secret>" https://your-preview-url.vercel.apphttps://your-preview-url.vercel.app?x-vercel-protection-bypass=<secret>?x-vercel-protection-bypass=<secret>vercel env add MY_SECRETconst secret = process.env.MY_SECRET;# Login to Vercel
vercel login
# Deploy to preview
vercel
# Deploy to production
vercel --prod
# List deployments
vercel ls
# View deployment logs
vercel logs <deployment-url>
# Pull environment variables locally
vercel env pull