/** * **ksops** - KSOPS - A Flexible Kustomize Plugin for SOPS Encrypted Resources * * @domain `viaduct.ai/ksops` * @programs `ksops` * @version `4.4.0` (3 versions available) * @versions From newest version to oldest. * * @install `launchpad install viaduct.ai/ksops` * @buildDependencies `go.dev@~1.22` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.viaductaiksops * console.log(pkg.name) // "ksops" * console.log(pkg.description) // "KSOPS - A Flexible Kustomize Plugin for SOPS En..." * console.log(pkg.programs) // ["ksops"] * console.log(pkg.versions[0]) // "4.4.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/viaduct-ai/ksops.md * @see https://ts-pkgx.netlify.app/usage */ export declare const viaductaiksopsPackage: { /** * The display name of this package. */ name: 'ksops'; /** * The canonical domain name for this package. */ domain: 'viaduct.ai/ksops'; /** * Brief description of what this package does. */ description: 'KSOPS - A Flexible Kustomize Plugin for SOPS Encrypted Resources'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/viaduct.ai/ksops/package.yml'; homepageUrl: ''; githubUrl: 'https://github.com/viaduct-ai/kustomize-sops'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install viaduct.ai/ksops'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +viaduct.ai/ksops -- $SHELL -i'; launchpadInstallCommand: 'launchpad install viaduct.ai/ksops'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['ksops']; companions: readonly []; dependencies: readonly []; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['go.dev@~1.22']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['4.4.0', '4.3.3', '4.3.2']; aliases: readonly [] }; export type ViaductaiksopsPackage = typeof viaductaiksopsPackage