Skip to content

infracost ​

Cloud cost estimates for Terraform in pull requestsπŸ’°πŸ“‰ Shift FinOps Left!

Package Information ​

  • Domain: infracost.io
  • Name: infracost
  • Homepage: Not specified
  • Source: View on GitHub

Installation ​

bash
# Install with launchpad
launchpad install infracost

Programs ​

This package provides the following executable programs:

  • infracost

Available Versions ​

Show all 11 versions
  • 0.10.42, 0.10.41, 0.10.40, 0.10.39, 0.10.38
  • 0.10.37, 0.10.36, 0.10.35, 0.10.34, 0.10.33
  • 0.10.32

Latest Version: 0.10.42

Install Specific Version ​

bash
# Install specific version
sh <(curl https://pkgx.sh) infracost -- $SHELL -i

Usage Examples ​

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.infracost

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.