infracost_output
Convert Infracost JSON cost estimates into readable formats like tables, HTML, or GitHub comments for easy sharing and review.
Instructions
Format Infracost JSON output to different formats (table, html, github-comment, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Path to Infracost JSON file. Optional; auto-detected from common filenames when omitted. | |
| apiKey | No | Infracost API key. | |
| fields | No | Fields to include in output. | |
| format | No | Output format: table, json, html, diff, github-comment, etc. | table |
| showSkus | No | Show SKU details. | |
| extraArgs | No | Additional CLI arguments. | |
| timeoutSeconds | No | Command timeout in seconds. | |
| workingDirectory | No | Directory where the command is executed. |