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

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

## インストール

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

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

### macOS

- Homebrew (100%):

```sh
brew install cartridge-cli
```

  証拠: local Homebrew formula metadata

## パッケージ情報

- **パッケージキー:** brew:cartridge-cli
- **パッケージマネージャ:** Homebrew
- **バージョン:** 2.12.12
- **ソース概要:** Tarantool Cartridge command-line utility
- **ホームページ:** <https://tarantool.org/>
- **リポジトリ:** <https://github.com/tarantool/cartridge-cli>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- cartridge (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

Cartridge CLI was the command-line tool for creating, building, running, packaging, and administering Tarantool Cartridge applications. It sits in the package-manager niche of database application lifecycle tooling rather than in the core database runtime itself.

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

The public repository was created under the Tarantool organization in 2019. Its README now marks the project as deprecated and archived, and directs users to Tarantool's newer tt CLI, which supersedes the Cartridge CLI workflows for managing Tarantool environments, applications, and clusters.

The changelog shows active maintenance through the 2.x series, including template dependency updates, packaging behavior changes, and security-driven Go/tooling updates. The Homebrew formula currently pins the stable source to tag 2.12.12.

### 採用の歴史

Adoption followed Tarantool Cartridge's application-development story: the official developer guide used cartridge-cli for creating projects, developing cluster-aware applications, and packaging deployments. Current official docs encourage migration to tt for Tarantool 3.0 and newer.

Homebrew analytics show light contemporary use, with 63 installs in the last 365 days in the formula API, consistent with a deprecated tool retained for older Cartridge projects.

### 使われ方

Typical use was `cartridge create`, `cartridge build`, `cartridge start`, `cartridge status`, `cartridge replicasets`, and `cartridge pack`. Generated Cartridge projects include `.cartridge.yml` and `instances.yml`; packaged deployments place instance configuration under `/etc/tarantool/conf.d/`.

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

For package maintainers, Cartridge CLI is a snapshot of Tarantool's pre-tt application tooling: a Go CLI distributed via RPM, DEB, and Homebrew that bridged local development, cluster topology files, and Linux service packaging.

### タイムライン

- 2019: Public GitHub repository created under tarantool/cartridge-cli.
- 2022: Version 2.12.0 changed package naming behavior and moved to Go 1.18.
- 2024: Version 2.12.12 released; Homebrew stable points at this tag.
- 2026: README marks the project deprecated and archived in favor of tt.

### Related projects

- Tarantool Cartridge is the application framework that Cartridge CLI managed.
- tt is the successor Tarantool CLI recommended by official documentation.

### ソース

- <https://api.github.com/repos/tarantool/cartridge-cli>
- <https://github.com/tarantool/cartridge-cli>
- <https://tarantool.org/>
- <https://www.tarantool.io/en/doc/2.11/book/cartridge/cartridge_cli/commands>
- <https://www.tarantool.io/en/doc/2.11/book/cartridge/cartridge_dev>
- <https://formulae.brew.sh/api/formula/cartridge-cli.json>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals


## 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: ./.cartridge.yml, ~/.cartridge.yml, ./instances.yml, /etc/tarantool/conf.d/instances.yml

## Combined YAML source

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