# 使用 Homebrew 安装 terragrunt-atlantis-config

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

## 安装

```sh
sudo av install brew:terragrunt-atlantis-config
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install terragrunt-atlantis-config
```

  证据: local Homebrew formula metadata

## 软件包事实

- **软件包键:** brew:terragrunt-atlantis-config
- **软件包管理器:** Homebrew
- **版本:** 1.21.1
- **来源摘要:** Generate Atlantis config for Terragrunt projects
- **主页:** <https://transcend.io/blog/why-we-use-terragrunt>
- **仓库:** <https://github.com/transcend-io/terragrunt-atlantis-config>
- **最后更新:** 2026-07-26T00:50:36+02:00
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- terragrunt-atlantis-config (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

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

terragrunt-atlantis-config is a Transcend-maintained command-line generator for producing Atlantis YAML configuration from Terragrunt repositories.

### 项目历史

The project appeared as a public GitHub repository in March 2020, positioned around a specific gap between Atlantis pull-request automation and Terragrunt's dependency-aware HCL configuration. Its README describes Atlantis as a Terraform pull request automation tool whose YAML config can express module dependencies, then explains that Terragrunt already models those dependencies in configuration.

Rather than asking teams to hand-maintain large Atlantis config files, the tool scans for terragrunt.hcl files, evaluates dependency, terraform, locals, and related source blocks, builds a directed acyclic graph, and emits Atlantis config that reflects the graph.

### 采用历史

The README frames the tool around Transcend's own monorepo use case, where Terragrunt configuration can reach thousands of lines. GitHub repository metadata showed hundreds of stars and forks by July 2026, indicating adoption beyond a private internal helper but still within the Terraform/Terragrunt/Atlantis niche.

### 使用方式

The recommended production pattern is to install the binary on an Atlantis server and run it from a pre-workflow hook after each clone, commonly generating atlantis.yaml with flags such as --autoplan, --parallel, and --create-workspace.

Users can tune generated Atlantis behavior with CLI flags and Terragrunt locals such as atlantis_workflow, atlantis_apply_requirements, atlantis_skip, and extra_atlantis_dependencies.

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

For package-manager users, the package matters because it turns a Go CLI into an installable piece of CI infrastructure: Homebrew supplies the local formula, while the README also documents go install and release tarball installation for Atlantis server images.

### 时间线

- 2020: Public GitHub repository created for Transcend's Terragrunt-to-Atlantis config generator.
- 2020s: README-documented workflow centers on Atlantis pre-workflow hooks and generated atlantis.yaml files for Terragrunt monorepos.
- 2026: Homebrew metadata lists the tool as the brew formula terragrunt-atlantis-config.

### Related projects

- Atlantis provides the pull-request automation target whose YAML config this tool generates.
- Terragrunt provides the dependency-aware HCL input model that this tool analyzes.
- Terraform is the underlying infrastructure-as-code workflow automated by Atlantis and Terragrunt.

### 来源

- Input package metadata: source_facts.package-manager, source_facts.package-manager-url
- README: https://github.com/transcend-io/terragrunt-atlantis-config#readme
- Repository metadata: https://api.github.com/repos/transcend-io/terragrunt-atlantis-config


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals


## Combined YAML source

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


## 来源

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