deploy
作者: vercel
将应用部署到Vercel。当用户说“deploy”、“deploy to Vercel”、“push to production”、“deploy my app”或“go live”时使用。
npx skills add https://github.com/vercel/vercel-deploy-claude-code-plugin --skill deployDeploy to Vercel
Prerequisites Check
vercel --version
vercel whoami
If not installed: npm install -g vercel
If not logged in: vercel login
Deployment
Production:
vercel --prod
Preview:
vercel
After Deployment
- Display the deployment URL
- Show build status
- Mention
vercel logs <url>for debugging if needed