/** * **terratag** - Terratag is a CLI tool that enables users of Terraform to automatically create and maintain tags across their entire set of AWS, Azure, and GCP resources * * @domain `terratag.io` * @programs `terratag` * @version `0.7.4` (20 versions available) * @versions From newest version to oldest. * * @install `launchpad install terratag.io` * @homepage https://terratag.io * @dependencies `terraform.io>=0.12`, `curl.se/ca-certs` * @buildDependencies `go.dev@^1.21` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.terratagio * console.log(pkg.name) // "terratag" * console.log(pkg.description) // "Terratag is a CLI tool that enables users of Te..." * console.log(pkg.programs) // ["terratag"] * console.log(pkg.versions[0]) // "0.7.4" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/terratag-io.md * @see https://ts-pkgx.netlify.app/usage */ export declare const terratagioPackage: { /** * The display name of this package. */ name: 'terratag'; /** * The canonical domain name for this package. */ domain: 'terratag.io'; /** * Brief description of what this package does. */ description: 'Terratag is a CLI tool that enables users of Terraform to automatically create and maintain tags across their entire set of AWS, Azure, and GCP resources'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/terratag.io/package.yml'; homepageUrl: 'https://terratag.io'; githubUrl: 'https://github.com/env0/terratag'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install terratag.io'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +terratag.io -- $SHELL -i'; launchpadInstallCommand: 'launchpad install terratag.io'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['terratag']; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. */ dependencies: readonly ['terraform.io>=0.12', 'curl.se/ca-certs']; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['go.dev@^1.21']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['0.7.4', '0.7.3', '0.7.2', '0.7.1', '0.7.0', '0.6.1', '0.6.0', '0.5.3', '0.5.2', '0.5.1', '0.5.0', '0.4.1', '0.4.0', '0.3.5', '0.3.4', '0.3.3', '0.3.2', '0.3.1', '0.3.0', '0.2.6']; aliases: readonly [] }; export type TerratagioPackage = typeof terratagioPackage