# vultr-cli を Homebrew, dnf, Nix, pacman, winget, scoop でインストール

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

## インストール

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

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

### macOS

- Homebrew (100%):

```sh
brew install vultr-cli
```

  証拠: local Homebrew formula metadata

### Linux

- dnf (92%):

```sh
sudo dnf install vultr-cli
```

  証拠: Fedora Rawhide package metadata: vultr-cli from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

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

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

- pacman (92%):

```sh
sudo pacman -S vultr-cli
```

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

### Windows

- winget (92%):

```sh
winget install --id Vultr.CLI -e
```

  証拠: Windows Package Manager source index: Vultr.CLI from https://cdn.winget.microsoft.com/cache/source.msix

- Scoop (92%):

```sh
scoop install main/vultr
```

  証拠: Scoop official bucket manifest trees: bucket/vultr.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:vultr-cli
- **パッケージマネージャ:** Homebrew
- **バージョン:** 3.10.0
- **ソース概要:** Command-line tool for Vultr services
- **ホームページ:** <https://github.com/vultr/vultr-cli>
- **リポジトリ:** <https://github.com/vultr/vultr-cli>
- **最終更新:** 2026-07-26T00:30:34+02:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- vultr (エイリアス)
- vultr-cli (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 3.10.0
## プロジェクトの歴史と使われ方

Vultr CLI is Vultr's official command-line interface for the Vultr API, used to manage cloud infrastructure resources such as instances, networking, storage, DNS, Kubernetes, databases, object storage, and account data from a terminal.

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

The official GitHub repository was created in 2019 and publishes the Go module as github.com/vultr/vultr-cli/v3. The first public GitHub release listed by the repository API is v0.1.0 from June 2019, followed by v1.0.0 and v2.0.0 releases in November 2020 and v3.0.0 in February 2024.

The project is built around common Go CLI tooling, with cobra and viper listed in go.mod and a README command tree that exposes Vultr services as subcommands.

### 採用の歴史

The official README documents several installation routes that matter to package users: GitHub release binaries, Go install, Arch Linux pacman, Homebrew, Fedora dnf, OpenBSD pkg_add, Docker images, and Chocolatey. The supplied package metadata also records packaging across Homebrew, dnf, nix, pacman, Scoop, and winget.

### 使われ方

The README and Vultr Docs show vultr-cli as a terminal client for listing and creating infrastructure resources. Authentication uses the VULTR_API_KEY environment variable, while an optional YAML config can be supplied with --config and may contain an api-key value; environment variables override config-file values.

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

For package maintainers, vultr-cli is a compact example of a provider-owned cloud CLI shipped through multiple native package ecosystems while tracking a fast-moving cloud API client dependency, govultr. Its GitHub releases, Go module path, Docker image, and distro package entries make it easy to compare upstream release cadence against downstream packaging lag.

### タイムライン

- 2019: GitHub repository created and v0.1.0 released.
- 2020: v1.0.0 and v2.0.0 released.
- 2024: v3.0.0 released and the module path uses github.com/vultr/vultr-cli/v3.
- 2025: Changelog records expanded cloud-resource coverage such as CDN, database, object storage, logs, and VPC updates.
- 2026: v3.10.0 released with instance, ISO, script-file, and govultr dependency updates.

### Related projects

- govultr is the official Go client dependency used by vultr-cli. The README also points users to Vultr's API key settings and Docker image distribution for the CLI.

### ソース

- <https://docs.vultr.com/reference/vultr-cli>
- <https://github.com/vultr/vultr-cli>
- <https://github.com/vultr/vultr-cli#readme>
- <https://github.com/vultr/vultr-cli/blob/master/CHANGELOG.md>
- source_facts.package-manager


## セキュリティノート

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


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

- Nix - vultr-cli: normalized package name match | nixpkgs package indexes: pkgs/by-name/vu/vultr-cli/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- dnf - vultr-cli - 3.9.2-2.fc45: normalized package name match | Fedora Rawhide package metadata: vultr-cli from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Official command line tool for Vultr services | https://github.com/vultr/vultr-cli
- pacman - vultr-cli - 3.10.0-1: normalized package name match | Arch Linux sync databases: vultr-cli from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Official command line tool for Vultr services | https://github.com/vultr/vultr-cli
- winget - Vultr.CLI: normalized package name match | Windows Package Manager source index: Vultr.CLI from https://cdn.winget.microsoft.com/cache/source.msix
- Nix - vultr: installed executable or alias match | nixpkgs package indexes: pkgs/by-name/vu/vultr/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Scoop - main/vultr: installed executable or alias match | Scoop official bucket manifest trees: bucket/vultr.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Combined YAML source

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


## ソース

- pkg.so package database
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
