Comprehensive guide for managing Vercel projects entirely via CLI and API, eliminating the need for dashboard access. ## Quick Reference | Task | Command | Notes | |------|---------|-------| | **Deploy** | `vercel --prod` | Production deployment | | **Deploy preview** | `vercel` | Preview deployment | | **Link project** | `vercel link` | Link local directory | | **Pull config** | `vercel pull` | Download settings & env vars | | **Env add** | `echo "value" \| vercel env add KEY production` | Add environment variable | | **Env pull** | `vercel env pull .env.local` | Pull dev env vars to file | | **List deployments** | `vercel list` | Recent deployments | | **Promote** | `vercel promote ` | Make deployment current | | **Rollback** | `vercel rollback` | Revert to previous | | **Domain add** | `vercel domains add example.com` | Add custom domain | | **DNS add** | `vercel dns add example.com www A 1.2.3.4` | Add DNS record | | **Logs** | `vercel logs ` | Stream deployment logs | | **Team context** | `vercel --team=myteam deploy` | Deploy to team | ## Installation & Authentication ### Install CLI ```bash # Global installation npm install -g vercel@latest # Or use with npx npx vercel@latest ``` ### Authentication ```bash # Interactive login vercel login # Login with email vercel login user@example.com # CI/CD authentication (use token) vercel --token $VERCEL_TOKEN deploy --prod # Create token at: https://vercel.com/account/tokens export VERCEL_TOKEN="your-token-here" ``` ### Check Authentication ```bash vercel whoami # Shows current user or team ``` ## Project Management ### Initialize & Link Projects ```bash # Initialize new project vercel init nextjs-app # Link existing directory to Vercel project
Philosophy
Skillora では、スキルを売る人も買う人も同じコミュニティにいます。 気に入った作者の新作やアップデートを追いかけたり、自分も出品して還元を受け取ったり。 好きなクリエイターをフォローして、発見と応援をひとつの場所で。
購入後にターミナルで実行してください。
正規購入者にはインストールコマンド再実行で最新版が配信されます。
継続的な価値を提供します
Skilloraのスキルはライセンス認証で保護されており、定期的にアップデートされます。スクリーンショットやコピーでは最新版を受け取れず、バグ修正や新機能の恩恵も得られません。正規購入者には常に最新バージョンが自動配信されます。
利用規約を確認 →—
評価なし
まだレビューがありません。最初のレビューを書いてみましょう。
Free
無料で導入共有する
SNS・リンクで広める
Vercel Management — AIの使い方が変わるスキル
Vercel CLI経由のプロジェクト管理・デプロイ。 Triggers: "vercel deploy", "manage vercel", "vercel project", "vercel domain", "vercel environment", "vercel ci/cd", "vercel promotion", "vercel rollback", "vercel function
https://skillora.jp/skills/vercel-management
この作者の他のスキル