Skip to content

infracost.io ​

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

Package Information ​

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

Installation ​

bash
# Install with launchpad
launchpad install infracost

Programs ​

This package provides the following executable programs:

  • infracost

Aliases ​

This package can also be accessed using these aliases:

  • infracost

Available Versions ​

Show all 10 versions
  • 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.41

Install Specific Version ​

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

Usage Examples ​

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.infracostio

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.