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

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

## インストール

```sh
sudo av install brew:netlify-cli
```

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

### macOS

- Homebrew (100%):

```sh
brew install netlify-cli
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install ntl
```

  証拠: MacPorts ports tree: math/ntl/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#netlify-cli
```

  証拠: nixpkgs package indexes: pkgs/by-name/ne/netlify-cli/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- Debian apt (92%):

```sh
sudo apt install node-gyp
```

  証拠: Debian stable package indexes: node-gyp from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- pacman (92%):

```sh
sudo pacman -S node-gyp
```

  証拠: Arch Linux sync databases: node-gyp from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- dnf (92%):

```sh
sudo dnf install ntl
```

  証拠: Fedora Rawhide package metadata: ntl from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

- zypper (92%):

```sh
sudo zypper install libntl45
```

  証拠: openSUSE Tumbleweed package metadata: libntl45 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## パッケージ情報

- **パッケージキー:** brew:netlify-cli
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/netlify-cli>
- **バージョン:** 27.0.1
- **ソース概要:** Netlify command-line tool
- **ホームページ:** <https://www.netlify.com/docs/cli>
- **上流ドキュメント:** <https://www.netlify.com/docs/cli>
- **ライセンス:** MIT
- **ソースアーカイブ:** <https://registry.npmjs.org/netlify-cli/-/netlify-cli-27.0.1.tgz>
- **最終更新:** 2026-07-28T22:26:49Z
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- netlify (cli)
- node-gyp (cli)
- ntl (cli)
- netlify (エイリアス)
- node-gyp (エイリアス)
- ntl (エイリアス)

## 依存関係

- gettext
- glib
- node
- vips

## ビルド依存関係

- pkgconf

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 27.0.1
- マネージャ更新日: 2026-07-28
- ローカルデータ: OK
- 上流リポジトリ: https://www.netlify.com/docs/cli
- 情報: Release/tag comparison is only available for GitHub repositories.
## プロジェクトの歴史と使われ方

Netlify CLI is the command-line front door to Netlify projects: login, initialize or link sites, run local development with Netlify Dev, run builds, manage environment variables, and deploy. Netlify's documentation describes it as a way to configure continuous deployment from the command line, run a shareable local development server, run local builds and plugins, and deploy a site.

### プロジェクトの歴史

The npm registry history shows `netlify-cli` beginning at 0.0.1 on 2014-11-14, with the package description at that time focused on building, deploying, and hosting front ends from GitHub. The project later moved to the `netlify/cli` GitHub repository and had thousands of commits and more than a thousand GitHub releases by 2026.

Netlify's 2019-05-28 blog post framed a CLI redesign around Netlify Dev: a local development environment that exposes redirects, functions, environment variables, and add-ons from a developer machine before production deployment.

### 採用の歴史

Adoption is large by package-manager standards. The npm downloads API reported 1,014,221 downloads for `netlify-cli` from 2026-05-30 through 2026-06-28. Homebrew's 2026-07-01 formula API reported stable version 26.1.0 and 8,915 installs over 365 days.

The CLI is part of the Netlify workflow rather than a generic deployment client. Its adoption follows Netlify users who want local reproduction of Netlify behavior, local deploy previews, CI-pinned versions, and scripted project setup.

### 使われ方

Typical commands are `netlify login`, `netlify init`, `netlify link`, `netlify dev`, `netlify build`, and `netlify deploy`. The deploy reference says `netlify deploy` builds and deploys a project, creates a draft deploy by default, and uses `--prod` for the live site.

Package nerds care about installation mode: Netlify docs recommend global installation for local development, but local dev-dependency installation with a lock file in CI to avoid surprise breaking changes. Homebrew provides an alternate global install path for users who prefer system package management over npm globals.

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

This is a good example of a hosted-platform CLI that became the operational interface for local parity: it is not just a deploy uploader, it is the thing developers use to make Netlify-specific routing, functions, builds, and environment behavior visible before pushing.

### タイムライン

- 2014-11-14: npm registry records `netlify-cli` 0.0.1.
- 2019-05-28: Netlify published the CLI redesign and Netlify Dev announcement post.
- 2026-05-31: GitHub listed v26.1.0 as the latest release.
- 2026-05-30 to 2026-06-28: npm downloads API reported 1,014,221 downloads.

### Related projects

- Netlify Dev
- Netlify Build
- Netlify Functions
- Netlify Edge Functions
- netlify.toml

### ソース

- <https://api.npmjs.org/downloads/point/last-month/netlify-cli>
- <https://cli.netlify.com/commands/deploy/>
- <https://docs.netlify.com/api-and-cli-guides/cli-guides/get-started-with-cli/>
- <https://formulae.brew.sh/api/formula/netlify-cli.json>
- <https://github.com/netlify/cli>
- <https://registry.npmjs.org/netlify-cli>
- <https://www.netlify.com/blog/2019/05/28/deploy-in-seconds-with-netlify-cli/>


## セキュリティノート

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



## 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

- macOS: ~/Library/Preferences/netlify/config.json
- Unix: ~/.netlify/config.json

## Credential files

- macOS: ~/Library/Preferences/netlify/config.json
- Unix: ~/.netlify/config.json
## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** netlify-cli
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

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

- Nix - netlify-cli: normalized package name match | nixpkgs package indexes: pkgs/by-name/ne/netlify-cli/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- MacPorts - ntl: installed executable or alias match | MacPorts ports tree: math/ntl/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Debian apt - libntl-dev - 11.5.1-1+b3: installed executable or alias match | Debian stable package indexes: libntl-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Number Theory Library, development files | http://www.shoup.net/ntl/
- Debian apt - libntl44 - 11.5.1-1+b3: installed executable or alias match | Debian stable package indexes: libntl44 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Number Theory Library, shared library | http://www.shoup.net/ntl/
- Debian apt - node-gyp - 11.1.0+~5.0.0-1: installed executable or alias match | Debian stable package indexes: node-gyp from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Native addon build tool for Node.js | https://github.com/nodejs/node-gyp
- Nix - node-gyp: installed executable or alias match | nixpkgs package indexes: pkgs/by-name/no/node-gyp/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Nix - ntl: installed executable or alias match | nixpkgs package indexes: pkgs/by-name/nt/ntl/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - libntl-dev - 11.5.1-1: installed executable or alias match | Ubuntu 24.04 LTS package indexes: libntl-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Number Theory Library, development files | http://www.shoup.net/ntl/
- Ubuntu apt - libntl44 - 11.5.1-1: installed executable or alias match | Ubuntu 24.04 LTS package indexes: libntl44 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Number Theory Library, shared library | http://www.shoup.net/ntl/
- Ubuntu apt - node-gyp - 9.3.0-3: installed executable or alias match | Ubuntu 24.04 LTS package indexes: node-gyp from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Native addon build tool for Node.js | https://github.com/nodejs/node-gyp
- dnf - ntl - 11.6.0-6.fc45: installed executable or alias match | Fedora Rawhide package metadata: ntl from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | High-performance algorithms for vectors, matrices, and polynomials | https://libntl.org/
- dnf - ntl-devel - 11.6.0-6.fc45: installed executable or alias match | Fedora Rawhide package metadata: ntl-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Development files for ntl | https://libntl.org/
- pacman - node-gyp - 13.0.1-1: installed executable or alias match | Arch Linux sync databases: node-gyp from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Node.js native addon build tool | https://github.com/nodejs/node-gyp
- pacman - ntl - 11.6.0-2: installed executable or alias match | Arch Linux sync databases: ntl from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A Library for doing Number Theory | https://www.shoup.net/ntl/
- zypper - libntl45 - 11.6.0-1.5: installed executable or alias match | openSUSE Tumbleweed package metadata: libntl45 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Library for Number Theory | https://shoup.net/ntl/
- zypper - ntl-devel - 11.6.0-1.5: installed executable or alias match | openSUSE Tumbleweed package metadata: ntl-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Development files for libntl | https://shoup.net/ntl/


## 関連リンク

- [Cloud CLI packages](https://pkg.so/ja/cloud-clis/) - Belongs to a cloud or infrastructure command family.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/ja/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/ja/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [node](https://pkg.so/ja/brew/node/) - Runtime dependency declared by Homebrew.
- [glib](https://pkg.so/ja/brew/glib/) - Runtime dependency declared by Homebrew.
- [gettext](https://pkg.so/ja/brew/gettext/) - Runtime dependency declared by Homebrew.
- [vips](https://pkg.so/ja/brew/vips/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/ja/brew/pkgconf/) - Build dependency declared by Homebrew.
- [fabric](https://pkg.so/ja/brew/fabric/) - Shares pkgdb curated category or tags: cli, deployment, developer-tools.
- [kargo](https://pkg.so/ja/brew/kargo/) - Shares pkgdb curated category or tags: cli, deployment, developer-tools.
- [kapp](https://pkg.so/ja/brew/kapp/) - Shares pkgdb curated category or tags: cli, deployment, developer-tools.
- [deployer](https://pkg.so/ja/brew/deployer/) - Shares pkgdb curated category or tags: cli, deployment, developer-tools.
- [shub](https://pkg.so/ja/brew/shub/) - Shares pkgdb curated category or tags: cli, deployment, developer-tools.
- [kamal-proxy](https://pkg.so/ja/brew/kamal-proxy/) - Shares pkgdb curated category or tags: cli, deployment, developer-tools.
- [cartridge-cli](https://pkg.so/ja/brew/cartridge-cli/) - Shares pkgdb curated category or tags: cli, deployment, developer-tools.
- [modman](https://pkg.so/ja/brew/modman/) - Shares pkgdb curated category or tags: cli, deployment, developer-tools.
- [node-gyp](https://pkg.so/ja/npm/node-gyp/) - Executable or command metadata overlaps with this package. Shared terms: cli, developer, developer-tools, gyp, node.

## Combined YAML source

View the package source record on GitHub. [combined/netlify-cli.yml](https://github.com/mxcl/pkgdb/blob/main/combined/netlify-cli.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
