# Installer vultr-cli avec Homebrew, dnf, Nix, pacman, winget, scoop

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de vultr-cli pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

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

  Preuve: local Homebrew formula metadata

### Linux

- dnf (92%):

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

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

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

- Scoop (92%):

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

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

## Faits du paquet

- **Clé du paquet:** brew:vultr-cli
- **Gestionnaire de paquets:** Homebrew
- **Version:** 3.10.0
- **Résumé source:** Command-line tool for Vultr services
- **Page d'accueil:** <https://github.com/vultr/vultr-cli>
- **Dépôt:** <https://github.com/vultr/vultr-cli>
- **Dernière mise à jour:** 2026-07-26T00:30:34+02:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- vultr (alias)
- vultr-cli (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 3.10.0
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

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

### Sources

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


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour vultr-cli. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.


## Autres enregistrements de gestionnaires de paquets

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


## Sources

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