Automic VaultAutomic Vault

brew

vercel-cli を Homebrew, Nix, pacman, apt, MacPorts, zypper でインストール

vercel-cli のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

エージェント安全性

エージェント安全性の回答

vercel-cli deploys applications and manages hosted project state.

認証情報アクセス

Reads Vercel auth tokens, project links, env vars, and deployment config.

リモート変更

Can deploy, promote, alias, and change remote project settings.

公開/成果物リスク

Publishes application builds to Vercel infrastructure.

推奨コントロール

Gate deploy, promote, env, alias, and project-setting commands.

エージェント利用ガイダンス

Allow status and build checks; require approval before any deploy or environment mutation.

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install vercel-cli

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install Vc

MacPorts ports tree · math/Vc/Portfile · ソース: api.github.com

Linux

Nix確認済み · 92%
nix profile install nixpkgs#vc

nixpkgs package indexes · pkgs/by-name/vc/vc/package.nix · ソース: api.github.com

Arch Linux pacman確認済み · 92%
sudo pacman -S vc

Arch Linux sync databases · vc · ソース: geo.mirror.pkgbuild.com

Debian apt確認済み · 92%
sudo apt install vc-dev

Debian stable package indexes · vc-dev · ソース: deb.debian.org

openSUSE zypper確認済み · 92%
sudo zypper install Vc-devel

openSUSE Tumbleweed package metadata · Vc-devel · ソース: download.opensuse.org

概要

パッケージ概要

Command-line interface for Vercel

コマンドとエイリアス

  • vc
  • vercel

履歴

プロジェクトの歴史と使われ方

Vercel CLI is the terminal interface for Vercel's deployment platform. It grew out of the earlier ZEIT Now workflow, where running `now` from a project directory created an immutable deployment URL, and it became `vercel` after ZEIT rebranded to Vercel in April 2020.

プロジェクトの歴史

Vercel itself was founded by Guillermo Rauch in 2015 as ZEIT, and the company's early developer experience centered on Now: a command-line deployment product for serverless, static, and frontend projects. The old Now CLI's appeal was its minimal flow: enter a project directory, run a command, and receive a live deployment URL.

On April 21, 2020, ZEIT announced that it had become Vercel, aligning the company around frontend teams and the develop-preview-ship workflow. The platform rename also propagated into the CLI: GitHub maintainers answered that the Now name had become Vercel, and the npm `now` package later carried a deprecation notice directing users to `vercel` after December 31, 2020.

Since the rename, Vercel CLI has become the local and automation-oriented control plane for the platform. Release notes such as Vercel CLI v28 in 2022 show the CLI absorbing more project lifecycle features, including Git integration, linked-project behavior, environment-pull improvements, and changes to deployment ergonomics.

採用の歴史

The CLI's adoption tracks Vercel's rise with Next.js and frontend platform workflows. It is used by individual developers for one-command preview deployments, by teams to link local directories to hosted projects, and by CI systems through token authentication.

Vercel's platform also emphasizes Git-connected preview deployments, but the CLI remains important because it works outside the Git push path. It can deploy prebuilt output, pull environment variables, inspect deployments, view logs, manage DNS-related resources, and reproduce parts of the hosted deployment environment locally.

使われ方

Typical package use starts with installing the CLI, logging in, running `vercel link` for an existing project or `vercel`/`vercel deploy` from a project root, and then promoting with `vercel deploy --prod`. Day-to-day workflows commonly include `vercel env pull`, `vercel dev`, `vercel inspect`, `vercel logs`, and token-based commands in CI.

For package users, the `vc` alias and `vercel` binary sit at the boundary between local source trees and Vercel's hosted platform. That makes the tool less like a generic cloud SDK and more like a deployment workflow command, especially for Next.js and other frontend frameworks.

パッケージ好きにとっての重要性

Vercel CLI is significant because it preserves the original Now-style instant deployment workflow while also covering modern project linking, environment management, preview, production, and automation use cases. In package collections, it is the local handle for a cloud platform that many JavaScript and frontend teams touch daily.

タイムライン

  • 2015: Guillermo Rauch founds ZEIT, the company that later becomes Vercel.
  • 2010s: The Now CLI popularizes a one-command deployment workflow.
  • April 21, 2020: ZEIT rebrands as Vercel.
  • December 31, 2020: The old npm `now` package stops receiving updates, with users directed to the `vercel` package.
  • August 2022: Vercel CLI v28 release notes show expanded project, Git, and environment-management behavior.
  • 2020s: The CLI remains a primary interface for local development, preview deployments, production deploys, and CI/CD automation on Vercel.

Related projects

  • Vercel CLI is related to the Vercel REST API, Next.js, Turborepo, Netlify CLI, Cloudflare Wrangler, Firebase CLI, AWS Amplify CLI, and other developer-first deployment CLIs. Its distinctive lineage is the ZEIT Now command flow and its close coupling to preview deployments.

セキュリティ状態

保護ツール対応はまだ見つかっていません

vercel-cli に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • 1 件の実行時依存関係とともにインストールされます。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Linux
~/.local/share/com.vercel.cli/config.json
macOS
~/Library/Application Support/com.vercel.cli/config.json
Windows
%APPDATA%\Roaming\xdg.data\com.vercel.cli\config.json

Credential files

Credential-bearing paths to review before unattended agent runs.

Linux
~/.local/share/com.vercel.cli/auth.json~/.local/share/now/auth.json~/.now/auth.json~/.vercel/auth.json
macOS
~/Library/Application Support/com.vercel.cli/auth.json~/Library/Application Support/now/auth.json~/.now/auth.json~/.vercel/auth.json
Windows
%APPDATA%\Roaming\xdg.data\com.vercel.cli\auth.json

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
vccliグローバル実行可能ファイル
vercelcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-10
マネージャ版54.21.1
マネージャ更新日2026-07-08
ローカルデータOK
上流not checked
検出された最新未検出

https://vercel.com/home

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:vercel-cli
バージョン54.21.1
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/vercel-cli
ホームページhttps://vercel.com/home
リポジトリhttps://github.com/vercel/vercel
上流ドキュメントhttps://vercel.com/docs/cli
ライセンスApache-2.0
ソースアーカイブhttps://registry.npmjs.org/vercel/-/vercel-54.21.1.tgz
最終更新2026-07-08T10:30:18Z
Pulseupdated
依存関係node
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namevercel-cli
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

MacPorts94%

Vc

sudo port install Vc
  • installed executable or alias match
  • 一致条件: Vc
MacPorts ports tree · api.github.com · MacPorts ports tree: math/Vc/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Debian apt92%

vc-dev 1.4.5-1

C++ types for explicitly data-parallel programming

https://github.com/VcDevel/Vc

sudo apt install vc-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: vc
  • installed executable or alias match
  • 一致条件: Vc
Debian stable package indexes · deb.debian.org · Debian stable package indexes: vc-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix92%

vc

nix profile install nixpkgs#vc
  • installed executable or alias match
  • 一致条件: Vc
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/vc/vc/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt92%

vc-dev 1.4.4-1

C++ types for explicitly data-parallel programming

https://github.com/VcDevel/Vc

sudo apt install vc-dev
  • Section: universe/libdevel
  • Architecture: amd64
  • Source Package: vc
  • installed executable or alias match
  • 一致条件: Vc
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: vc-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
pacman92%

vc 1.4.5-1

A library to ease explicit vectorization of C++ code

https://github.com/VcDevel/Vc

sudo pacman -S vc
  • License: BSD-3-Clause
  • Architecture: x86_64
  • installed executable or alias match
  • 一致条件: Vc
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: vc from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper92%

Vc-devel 1.4.5-1.5

Development Files for Vc

https://github.com/VcDevel/Vc/

sudo zypper install Vc-devel
  • License: BSD-3-Clause
  • Category: Development/Libraries/C and C++
  • Architecture: x86_64
  • Source Package: Vc
  • 1 依存関係
  • 2 提供
  • installed executable or alias match
  • 一致条件: Vc
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: Vc-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper92%

Vc-devel-doc 1.4.5-1.5

API documentation for Vc

https://github.com/VcDevel/Vc/

sudo zypper install Vc-devel-doc
  • License: BSD-3-Clause
  • Category: Development/Libraries/C and C++
  • Architecture: noarch
  • Source Package: Vc
  • 1 提供
  • installed executable or alias match
  • 一致条件: Vc
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: Vc-devel-doc from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper92%

Vc-devel-static 1.4.5-1.5

Vc Static Library

https://github.com/VcDevel/Vc/

sudo zypper install Vc-devel-static
  • License: BSD-3-Clause
  • Category: Development/Libraries/C and C++
  • Architecture: x86_64
  • Source Package: Vc
  • 1 依存関係
  • 1 提供
  • installed executable or alias match
  • 一致条件: Vc
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: Vc-devel-static from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated agent safety answer
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment