# wikibase-cli を Homebrew でインストール

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

## インストール

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

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

### macOS

- Homebrew (100%):

```sh
brew install wikibase-cli
```

  証拠: local Homebrew formula metadata

## パッケージ情報

- **パッケージキー:** brew:wikibase-cli
- **パッケージマネージャ:** Homebrew
- **バージョン:** 20.3.1
- **ソース概要:** Command-line interface to Wikibase
- **ホームページ:** <https://codeberg.org/maxlath/wikibase-cli>
- **最終更新:** 2026-08-01T02:49:35Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- wb (エイリアス)
- wd (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

wikibase-cli is a command-line interface for Wikidata and other Wikibase installations. Its own README describes it as a CLI layer over the JavaScript wikibase-edit and wikibase-sdk modules, with extra terminal-oriented commands and a batch mechanism intended for large edit runs.

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

The tool was primarily developed around Wikidata, then generalized so the same command-line workflow could target arbitrary Wikibase instances. That transition mirrors the wider Wikibase ecosystem: Wikidata is the largest public deployment, while institutional and private Wikibase installations need the same read, edit, and scripting primitives.

### 使われ方

In practice, wikibase-cli is used as a terminal alternative to browser-based editing and as a scripting tool for repeated or bulk edits. The Wikidata tools page describes it as based on wikibase-edit and usable from scripts to run many edits, which is the niche where package users are most likely to meet it.

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

For package collections, wikibase-cli is notable less as a standalone data store than as a small automation surface over a knowledge-graph stack. Its `wb` and `wd` executables make Wikibase operations feel like ordinary shell commands, which is useful for data-cleaning, bot, and reconciliation workflows.

### Related projects

- wikibase-cli sits on top of wikibase-edit and wikibase-sdk and targets Wikidata as well as other Wikibase deployments.

### ソース

- <https://codeberg.org/maxlath/wikibase-cli>
- <https://github.com/maxlath/wikibase-cli/blob/main/README.md>
- <https://www.wikidata.org/wiki/Wikidata:Tools/WikibaseJS-cli>


## セキュリティノート

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

## Credential files

- Unix: ~/.config/wikibase-cli/config.json
- Windows: %USERPROFILE%\wikibase-cli\config\config.json

## Combined YAML source

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


## ソース

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