infracost_configure
Retrieve or update Infracost configuration options like API key and currency, ensuring accurate cost estimation for infrastructure.
Instructions
Get or set Infracost configuration options (API key, currency, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| get | No | Get configuration value for a key (e.g., 'api_key', 'currency'). | |
| set | No | Set configuration key-value (e.g., 'api_key=YOUR_KEY' or 'currency=EUR'). | |
| apiKey | No | Infracost API key. | |
| extraArgs | No | Additional CLI arguments. | |
| timeoutSeconds | No | Command timeout in seconds. | |
| workingDirectory | No | Directory where the command is executed. |