# Installer tfmv avec Homebrew, MacPorts

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

## installation

```sh
sudo av install brew:tfmv
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install tfmv
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install tfmv
```

  Preuve: MacPorts ports tree: sysutils/tfmv/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:tfmv
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1.0.0
- **Résumé source:** CLI to rename Terraform resources and generate moved blocks
- **Page d'accueil:** <https://github.com/suzuki-shunsuke/tfmv>
- **Dépôt:** <https://github.com/suzuki-shunsuke/tfmv>
- **Dernière mise à jour:** 2026-07-26T00:50:39+02:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- tfmv (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

tfmv is a Terraform refactoring CLI by suzuki-shunsuke for renaming resources, data sources, and modules while generating Terraform moved blocks. Its README frames the tool around the practical problem of changing Terraform block names without losing state continuity.

### Historique du projet

The project emerged in the Terraform 1.x era after moved blocks became the standard way to record address changes in configuration. The README demonstrates a focused workflow: scan Terraform files, rename matching block labels, update references, and emit moved blocks, with no need to run terraform init for the shown rename operation.

### Historique d'adoption

Adoption appears specialized rather than broad: Homebrew lists tfmv as a bottled formula at version 1.0.0 and reports low-volume installs. That pattern fits a maintenance utility used when teams perform Terraform module or naming cleanups rather than a daily Terraform wrapper.

### Modes d'utilisation

tfmv is used from a Terraform working tree with replacement rules, regular expressions, or Jsonnet-driven rename logic. The README shows examples such as replacing hyphens with underscores, filtering addresses with include/exclude regular expressions, writing moved blocks to moved.tf or another file, and recursively scanning Terraform files while ignoring directories such as .git and .terraform.

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

For package-manager users, tfmv is a small example of the Terraform ecosystem spawning single-purpose CLIs around state-safe refactoring. Its Homebrew and MacPorts packaging make it convenient for infrastructure engineers who want a one-command tool during large address-renaming migrations.

### Chronologie

- 2025: GitHub tags list v0.2.8 in July and v1.0.0 in December.
- 2026: Homebrew formula metadata lists stable version 1.0.0 with bottled builds.

### Related projects

- Terraform moved blocks
- Terraform CLI
- Jsonnet

### Sources

- <https://formulae.brew.sh/api/formula/tfmv.json>
- <https://github.com/suzuki-shunsuke/tfmv#readme>
- <https://github.com/suzuki-shunsuke/tfmv/tags>


## 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

- MacPorts - tfmv: normalized package name match | MacPorts ports tree: sysutils/tfmv/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

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