/** * **infracost** - Cloud cost estimates for Terraform in pull requests💰📉 Shift FinOps Left! * * @domain `infracost.io` * @programs `infracost` * @version `0.10.43` (12 versions available) * @versions From newest version to oldest. * * @install `launchpad install infracost.io` * @homepage https://www.infracost.io/docs/ * @buildDependencies `go.dev@^1.19` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.infracostio * console.log(pkg.name) // "infracost" * console.log(pkg.description) // "Cloud cost estimates for Terraform in pull requ..." * console.log(pkg.programs) // ["infracost"] * console.log(pkg.versions[0]) // "0.10.43" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/infracost-io.md * @see https://ts-pkgx.netlify.app/usage */ export declare const infracostioPackage: { /** * The display name of this package. */ name: 'infracost'; /** * The canonical domain name for this package. */ domain: 'infracost.io'; /** * Brief description of what this package does. */ description: 'Cloud cost estimates for Terraform in pull requests💰📉 Shift FinOps Left!'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/infracost.io/package.yml'; homepageUrl: 'https://www.infracost.io/docs/'; githubUrl: 'https://github.com/infracost/infracost'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install infracost.io'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +infracost.io -- $SHELL -i'; launchpadInstallCommand: 'launchpad install infracost.io'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['infracost']; companions: readonly []; dependencies: readonly []; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['go.dev@^1.19']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['0.10.43', '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']; aliases: readonly [] }; export type InfracostioPackage = typeof infracostioPackage