/** * **kargo** - Application lifecycle orchestration * * @domain `akuity.io/kargo` * @programs `kargo` * @version `1.8.4` (55 versions available) * @versions From newest version to oldest. * * @install `launchpad install akuity.io/kargo` * @homepage https://kargo.akuity.io/ * @buildDependencies `go.dev@^1.19` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.akuityiokargo * console.log(pkg.name) // "kargo" * console.log(pkg.description) // "Application lifecycle orchestration" * console.log(pkg.programs) // ["kargo"] * console.log(pkg.versions[0]) // "1.8.4" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/akuity-io/kargo.md * @see https://ts-pkgx.netlify.app/usage */ export declare const akuityiokargoPackage: { /** * The display name of this package. */ name: 'kargo'; /** * The canonical domain name for this package. */ domain: 'akuity.io/kargo'; /** * Brief description of what this package does. */ description: 'Application lifecycle orchestration'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/akuity.io/kargo/package.yml'; homepageUrl: 'https://kargo.akuity.io/'; githubUrl: 'https://github.com/akuity/kargo'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install akuity.io/kargo'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +akuity.io/kargo -- $SHELL -i'; launchpadInstallCommand: 'launchpad install akuity.io/kargo'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['kargo']; 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 ['1.8.4', '1.8.3', '1.8.2', '1.8.1', '1.8.0', '1.7.6', '1.7.5', '1.7.4', '1.7.3', '1.7.2', '1.7.1', '1.7.0', '1.6.2', '1.6.1', '1.6.0', '1.5.3', '1.5.2', '1.5.1', '1.5.0', '1.4.4', '1.4.3', '1.4.2', '1.4.1', '1.4.0', '1.3.4', '1.3.3', '1.3.2', '1.3.1', '1.3.0', '1.2.3', '1.2.2', '1.2.1', '1.2.0', '1.1.3', '1.1.2', '1.1.1', '1.1.0', '1.0.4', '1.0.3', '1.0.2', '1.0.1', '1.0.0', '0.9.2', '0.9.1', '0.9.0', '0.8.8', '0.8.7', '0.8.6', '0.8.5', '0.8.4', '0.8.3', '0.8.2', '0.8.1', '0.8.0', '0.7.1']; aliases: readonly [] }; export type AkuityiokargoPackage = typeof akuityiokargoPackage