# athenacli を Homebrew でインストール

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

## インストール

```sh
sudo av install brew:athenacli
```

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

### macOS

- Homebrew (100%):

```sh
brew install athenacli
```

  証拠: local Homebrew formula metadata

## パッケージ情報

- **パッケージキー:** brew:athenacli
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1.7.0
- **ソース概要:** CLI tool for AWS Athena service
- **ホームページ:** <https://athenacli.readthedocs.io/en/latest/>
- **最終更新:** 2026-05-12T10:27:30Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- athenacli (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

AthenaCLI is a dbcli-style terminal client for Amazon Athena. It brings the pgcli/mycli interaction model--SQL completion, syntax highlighting, table-aware suggestions, favorite queries, and pretty tabular output--to AWS Athena users who prefer a local REPL over the AWS console.

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

The official README presents AthenaCLI as a command-line interface for AWS Athena and says it is a member of the dbcli community. Its credits are unusually explicit: the author thanks pgcli and mycli, says AthenaCLI was created based on a clone of mycli, and credits PyAthena as the pure-Python Athena adapter underneath the tool.

That lineage explains the shape of the project. AthenaCLI is less an isolated AWS wrapper than a specialization of the Python prompt-toolkit/dbcli ecosystem for a cloud query service, keeping the familiar database-shell ergonomics while adding Athena-specific credentials, region, S3 staging directory, workgroup, and profile handling.

### 採用の歴史

The README and install docs list pip, Docker, and Homebrew installation paths. In package-manager terms, this is a narrower project than ATF or Atlantis, but it still crossed the threshold from Python package to Homebrew formula, which is meaningful for data engineers who install query clients as ordinary command-line tools.

The input confirms Homebrew packaging for the formula. No broad official downstream history was found beyond the project docs and repository tags, so adoption claims should stay modest.

### 使われ方

AthenaCLI can start an interactive REPL for an optional database name or execute SQL with -e and exit. The usage docs cover connecting with AWS credentials, region, S3 staging directory, workgroup, and AWS profile, while the README shows quick examples for creating a table, running a SELECT, and saving favorite queries.

On first launch, AthenaCLI creates ~/.athenacli/athenaclirc. The README documents required AWS access key, secret key, region, S3 staging directory, and workgroup settings, and also documents environment-variable alternatives.

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

AthenaCLI is a good example of the dbcli pattern spreading beyond traditional databases. For package collectors, the interesting bit is the dependency stack and UX lineage: prompt-toolkit and mycli ideas repackaged for a serverless AWS SQL engine.

It also shows why some data CLI tools carry credentials in their own rc files even when they can reuse AWS CLI-style environment variables or profiles.

### タイムライン

- Undated: AthenaCLI was created as a dbcli-community Athena client inspired by pgcli/mycli and based on a clone of mycli.
- Undated: Official docs documented pip, Docker, and Homebrew installation paths.
- Release tags: The official Git repository exposes tags from v0.1.1 through v1.7.0.

### Related projects

- pgcli and mycli are direct UX and code-lineage influences.
- PyAthena provides the Python Athena adapter credited by the project.
- Amazon Athena is the target query service.

### ソース

- <https://github.com/dbcli/athenacli#readme>
- <https://raw.githubusercontent.com/dbcli/athenacli/master/docs/install.rst>
- <https://raw.githubusercontent.com/dbcli/athenacli/master/docs/usage.rst>


## セキュリティノート

athenacli に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ 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: ~/.athenacli/athenaclirc

## Credential files

- Unix: ~/.athenacli/athenaclirc

## Combined YAML source

View the package source record on GitHub. [combined/athenacli.yml](https://github.com/mxcl/pkgdb/blob/main/combined/athenacli.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
