/** * **docker-credential-ecr-login** - Automatically gets credentials for Amazon ECR on docker push/docker pull * * @domain `github.com/awslabs/amazon-ecr-credential-helper` * @programs `docker-credential-ecr-login` * @version `0.11.0` (7 versions available) * @versions From newest version to oldest. * * @install `launchpad install github.com/awslabs/amazon-ecr-credential-helper` * @buildDependencies `gnu.org/bash`, `gnu.org/make`, `go.dev@^1.21` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.githubcomawslabsamazonecrcredentialhelper * console.log(pkg.name) // "docker-credential-ecr-login" * console.log(pkg.description) // "Automatically gets credentials for Amazon ECR o..." * console.log(pkg.programs) // ["docker-credential-ecr-login"] * console.log(pkg.versions[0]) // "0.11.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/github-com/awslabs/amazon-ecr-credential-helper.md * @see https://ts-pkgx.netlify.app/usage */ export declare const amazonecrcredentialhelperPackage: { /** * The display name of this package. */ name: 'docker-credential-ecr-login'; /** * The canonical domain name for this package. */ domain: 'github.com/awslabs/amazon-ecr-credential-helper'; /** * Brief description of what this package does. */ description: 'Automatically gets credentials for Amazon ECR on docker push/docker pull'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/awslabs/amazon-ecr-credential-helper/package.yml'; homepageUrl: ''; githubUrl: 'https://github.com/awslabs/amazon-ecr-credential-helper'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install github.com/awslabs/amazon-ecr-credential-helper'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/awslabs/amazon-ecr-credential-helper -- $SHELL -i'; launchpadInstallCommand: 'launchpad install github.com/awslabs/amazon-ecr-credential-helper'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['docker-credential-ecr-login']; companions: readonly []; dependencies: readonly []; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['gnu.org/bash', 'gnu.org/make', 'go.dev@^1.21']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['0.11.0', '0.10.1', '0.10.0', '0.9.1', '0.9.0', '0.8.0', '0.7.1']; aliases: readonly [] }; export type AmazonecrcredentialhelperPackage = typeof amazonecrcredentialhelperPackage