macOS
brew install terraform-graph-beautifierlocal Homebrew formula metadata
brew
terraform-graph-beautifier のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install terraform-graph-beautifierlocal Homebrew formula metadata
概要
CLI to beautify terraform graph output
履歴
terraform-graph-beautifier is a niche Terraform visualization CLI that transforms the raw Graphviz DOT output from `terraform graph` into more readable HTML, Cytoscape JSON, or cleaned Graphviz output.
The pcasteran/terraform-graph-beautifier repository was created on GitHub in April 2020. The README frames the project as a command-line tool for converting the barely usable output of `terraform graph` into something more meaningful and explanatory.
The project has a narrow adoption profile: the input package facts list Homebrew as its package-manager surface, while the official README documents release binaries, `go install`, and GitHub Container Registry images for Linux and Darwin. That pattern fits a specialist Terraform debugging tool rather than a general-purpose Terraform companion.
The documented workflow pipes `terraform graph` into `terraform-graph-beautifier` and redirects the result to an HTML file. Internally, the tool parses Terraform's DOT script, removes Terraform-generated noise, normalizes node names, and emits Cytoscape HTML, Cytoscape JSON, or Graphviz output.
Its package-nerd significance is as a small example of Terraform's Unix-pipeline culture: Terraform emits DOT, this CLI filters and enriches it, and the user can then view the result in a browser or feed it to Graphviz tooling. It is most useful to operators inspecting module dependency graphs rather than to every Terraform user.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
terraform-graph-beautifier | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/pcasteran/terraform-graph-beautifier
インストールメタデータ
| パッケージキー | brew:terraform-graph-beautifier |
|---|---|
| バージョン | 0.3.4 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/terraform-graph-beautifier |
| ホームページ | https://github.com/pcasteran/terraform-graph-beautifier |
| リポジトリ | https://github.com/pcasteran/terraform-graph-beautifier |
| 上流ドキュメント | https://github.com/pcasteran/terraform-graph-beautifier#readme |
| ライセンス | Apache-2.0 |
| ソースアーカイブ | https://github.com/pcasteran/terraform-graph-beautifier/archive/refs/tags/v0.3.4.tar.gz |
| ビルド依存関係 | go |
| Bottle | 利用可能 (対象 arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | terraform-graph-beautifier |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.