# 使用 Homebrew 安装 all-repos

查看 all-repos 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:all-repos
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install all-repos
```

  证据: local Homebrew formula metadata

## 软件包事实

- **软件包键:** brew:all-repos
- **软件包管理器:** Homebrew
- **版本:** 1.32.0
- **来源摘要:** Clone all your repositories and apply sweeping changes
- **主页:** <https://github.com/asottile/all-repos>
- **最后更新:** 2026-05-13T17:53:26Z
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- all-repos-clone (别名)
- all-repos-complete (别名)
- all-repos-find-files (别名)
- all-repos-grep (别名)
- all-repos-list-repos (别名)
- all-repos-manual (别名)
- all-repos-sed (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 1.32.0
## 项目历史与用法

all-repos is Anthony Sottile's command-line toolkit for cloning many repositories and applying sweeping searches or changes across them.

### 项目历史

The public repository begins in git history on 2017-08-02 with an initial skeleton, followed by v0.1.0 on 2017-08-04 and v1.0.0 on 2017-10-24. The README describes the package as a pip-installable CLI suite rather than a single command.

The tool grew around a simple configuration file, all-repos.json, that chooses a repository source module and optional push module. Built-in modules cover sources such as GitHub and file-based repository lists, while push modules can open pull requests.

### 采用历史

The input package-manager facts show Homebrew packaging. The README's primary installation path is pip, which matches its Python ecosystem audience and its use in multi-repository maintenance workflows.

### 使用方式

Users run all-repos-clone to materialize or update every configured repository, then use tools like all-repos-grep, all-repos-find-files, all-repos-sed, and all-repos-manual to inspect or modify the fleet. The default config filename is all-repos.json and can be overridden with -C or ALL_REPOS_CONFIG_FILENAME.

The README documents API keys in source_settings or push_settings, with api_key_env alternatives for keeping tokens in the environment.

### 为什么软件包爱好者会关心

all-repos is a concise answer to the monorepo-versus-many-repos maintenance problem: it gives package maintainers and infra engineers a scriptable way to fan out searches, sed edits, and pull requests across repositories without adopting a larger platform.

### 时间线

- 2017: Public Git history begins.
- 2017: v0.1.0 and v1.0.0 tags appear.
- 2026: v1.32.0 tag appears in repository history.

### Related projects

- git: underlying clone, grep, and repository operation tool.
- GitHub, GitLab, Bitbucket, and Azure Repos: repository providers supported through source and push modules.

### 来源

- Git history from https://github.com/asottile/all-repos.git
- Official README: https://raw.githubusercontent.com/asottile/all-repos/main/README.md
- source_facts.package-manager


## 安全说明

没有找到 all-repos 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布，以便未来覆盖拥有稳定的软件包 URL。



## 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: all-repos.json

## Credential files

- Unix: all-repos.json

## Combined YAML source

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