/** * **driftctl** - Detect, track and alert on infrastructure drift * * @domain `snyk.io/driftctl` * @programs `driftctl` * @version `0.40.0` (2 versions available) * @versions From newest version to oldest. * * @install `launchpad install snyk.io/driftctl` * @buildDependencies `go.dev@^1.21` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.snykiodriftctl * console.log(pkg.name) // "driftctl" * console.log(pkg.description) // "Detect, track and alert on infrastructure drift" * console.log(pkg.programs) // ["driftctl"] * console.log(pkg.versions[0]) // "0.40.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/snyk-io/driftctl.md * @see https://ts-pkgx.netlify.app/usage */ export declare const snykiodriftctlPackage: { /** * The display name of this package. */ name: 'driftctl'; /** * The canonical domain name for this package. */ domain: 'snyk.io/driftctl'; /** * Brief description of what this package does. */ description: 'Detect, track and alert on infrastructure drift'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/snyk.io/driftctl/package.yml'; homepageUrl: ''; githubUrl: 'https://github.com/snyk/driftctl'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install snyk.io/driftctl'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +snyk.io/driftctl -- $SHELL -i'; launchpadInstallCommand: 'launchpad install snyk.io/driftctl'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['driftctl']; companions: readonly []; dependencies: readonly []; /** * 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.40.0', '0.39.0']; aliases: readonly [] }; export type SnykiodriftctlPackage = typeof snykiodriftctlPackage