CLI Finder / tools / vercel-cli

プレビューと本番デプロイのための Vercel CLI

プレビュー優先の流れとチームスコープ認証でフロントエンドをデプロイできます。

Agent 適合度: 78/100 検証済み発行元 継続的にメンテナンス中
78 /100

Useful for deployment agents, but production commands need strict approval gates.

Structured output 62/100

Whether the CLI can return JSON, YAML, or stable machine-readable output.

Non-interactive use 82/100

Whether common workflows can run predictably without an interactive prompt.

Safety boundaries 58/100

Whether read-only, dry-run, scoped auth, and destructive command boundaries are clear.

インストール方法

npm $ npm i -g vercel

よく使うコマンド

Pull environment · 安全 $ vercel pull --yes --environment=preview

Fetches project settings for local checks.

Preview deploy · 要確認 $ vercel deploy --prebuilt

Creates a preview deployment.

Production deploy · 破壊的 $ vercel deploy --prod

Ships to production and should require approval.

Agent 使用例

Codex CLI Use Vercel CLI only after local checks pass. Create preview deployments first and ask before production deploy.

安全メモ

  • Agents should run local build checks before any deployment command.
  • Preview deployments can still publish externally visible URLs; summarize the URL and logs after creation.
  • Production deploys, env changes, domains, and team settings require explicit human approval.

Agent が使えること

Vercel CLI はプロジェクト連携、リモート設定取得、プレビューデプロイ作成に役立ちます。

向いている用途

Next.js とフロントエンドのデプロイで、レビューにプレビュー URL が必要な場合に適しています。