# aiven-client を Homebrew でインストール

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

## インストール

```sh
sudo av install brew:aiven-client
```

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

### macOS

- Homebrew (100%):

```sh
brew install aiven-client
```

  証拠: local Homebrew formula metadata

## パッケージ情報

- **パッケージキー:** brew:aiven-client
- **パッケージマネージャ:** Homebrew
- **バージョン:** 4.16.0
- **ソース概要:** Official command-line client for Aiven
- **ホームページ:** <https://aiven.io/docs/tools/cli>
- **リポジトリ:** <https://github.com/aiven/aiven-client>
- **最終更新:** 2026-07-08T15:12:54Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- avn (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

Aiven CLI is the official command-line client for Aiven's managed cloud services platform. It is distributed as the `aiven-client` Python package and installs the `avn` executable, giving users a scriptable interface to Aiven projects, services, users, events, clouds, and access tokens.

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

The public GitHub repository was created in December 2015, fitting Aiven's early period of exposing its managed-service platform through APIs and automation tooling. The README describes `aiven-client (avn)` as the official command-line client for Aiven and positions it beside the backend service rather than as a third-party wrapper.

The project remained a Python CLI with a small Unix-friendly surface: install from PyPI or Homebrew, authenticate once, then drive Aiven resources through commands that can emit raw REST API JSON for use with tools such as `jq`.

### 採用の歴史

Adoption is mainly tied to Aiven customers and operators rather than to a general-purpose developer audience. Official docs document pip and Homebrew installation, and the Homebrew formula appears in the input package-manager facts as `brew:aiven-client`.

The tool's durable package-manager value is that it gives Homebrew users a first-party `avn` binary without needing to remember Python packaging details, while still staying aligned with the PyPI package and the upstream Aiven API.

### 使われ方

Typical use starts with `avn user login`, either with a username/password flow or an access token generated in the Aiven Console. The client can also read an auth token from `~/.config/aiven/aiven-credentials.json` and a default project from `~/.config/aiven/aiven-client.json`.

The CLI is used for project selection, cloud-region listing, service management, event inspection, access-token management, and automation scripts. Its `--json` output is explicitly documented for piping REST API responses into other command-line tools.

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

For package-manager users, `aiven-client` is a classic vendor CLI formula: the package is not interesting because it is a new language runtime, but because it pins a first-party cloud API surface into reproducible local tooling.

The split between PyPI, uvx, and Homebrew also makes it a useful example of a Python command-line package that needs to feel native in several installer cultures while preserving one executable name, `avn`.

### タイムライン

- 2015: Public GitHub repository created for `aiven/aiven-client`.
- Later: Official docs document PyPI, uvx, and Homebrew installation paths.
- 2026: Official docs still present the Aiven CLI as the scriptable command-line interface for the Aiven platform.

### Related projects

- Aiven API: the REST API surface that the CLI exposes for shell usage.
- Aiven MCP: a newer official Aiven tool documented alongside the CLI for natural-language management of Aiven services.

### ソース

- <https://aiven.io/docs/tools/cli>
- <https://api.github.com/repos/aiven/aiven-client>
- <https://github.com/aiven/aiven-client>
- input source_facts.package-manager.brew


## セキュリティノート

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



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

- Unix: ~/.config/aiven/aiven-client.json

## Credential files

- Unix: ~/.config/aiven/aiven-credentials.json

## Combined YAML source

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


## ソース

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
