# Installer tf-summarize avec Homebrew, Nix, scoop

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de tf-summarize pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:tf-summarize
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install tf-summarize
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#tf-summarize
```

  Preuve: nixpkgs package indexes: pkgs/by-name/tf/tf-summarize/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

### Windows

- Scoop (92%):

```sh
scoop install main/tf-summarize
```

  Preuve: Scoop official bucket manifest trees: bucket/tf-summarize.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:tf-summarize
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.3.20
- **Résumé source:** CLI to print the summary of the terraform plan
- **Page d'accueil:** <https://github.com/dineshba/tf-summarize>
- **Dépôt:** <https://github.com/dineshba/tf-summarize>
- **Dernière mise à jour:** 2026-07-26T00:50:38+02:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- tf-summarize (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 0.3.20
## Historique du projet et usages

tf-summarize is a Go command-line utility that prints compact summaries of Terraform plans. It turns plan files or JSON plan output into tables, trees, Markdown, HTML, or JSON summaries for humans reviewing infrastructure changes.

### Historique du projet

The repository began in January 2022 with an initial table-format implementation and was quickly renamed from a state-focused name to a plan-focused tool. Early commits added tree output, color, file/stdin reading, and command-line flags.

The README frames the tool around the common problem that large Terraform plans obscure the few resource changes reviewers care about. It added installation paths for Go, Homebrew, asdf, Docker, GitHub Actions, release downloads, and source builds.

### Historique d'adoption

The tag history starts with v0.0.1 in March 2022 and continues through a long v0.3 series into 2026. The input package facts also show availability through Homebrew, Nix, and Scoop, which is broad for a small Terraform companion utility.

### Modes d'utilisation

Typical usage is `terraform plan -out=tfplan` followed by `tf-summarize tfplan`, or `terraform show -json tfplan | tf-summarize`. CI examples include GitHub Actions, Codefresh, and workflows that post Terraform plan summaries to pull requests.

### Pourquoi les passionnés de paquets s'y intéressent

tf-summarize matters in package-manager niches because it is the sort of small, scriptable CLI that teams add to Terraform review pipelines. Its value is not managing infrastructure directly, but making package-installed automation easier to read in terminals and CI comments.

### Chronologie

- 2022-01-13: Initial table-format commit
- 2022-01-18: Repository and file naming shifted from state to plan
- 2022-03-21: v0.0.1 tag
- 2023-04-29: v0.3.0 tag
- 2024-11-30: v0.3.14 tag
- 2026-03-04: v0.3.20 tag

### Related projects

- Terraform is the source of plan files and JSON input.
- setup-tf-summarize is documented as a GitHub Action setup path.
- asdf plugin support and Docker images are documented installation options.

### Sources

- Official git tags and commit history from https://github.com/dineshba/tf-summarize
- <https://github.com/dineshba/tf-summarize/blob/main/README.md>


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Autres enregistrements de gestionnaires de paquets

- Nix - tf-summarize: normalized package name match | nixpkgs package indexes: pkgs/by-name/tf/tf-summarize/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Scoop - main/tf-summarize: normalized package name match | Scoop official bucket manifest trees: bucket/tf-summarize.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Combined YAML source

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


## Sources

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