ts-pkgx
Version:
A library & CLI for managing packages
69 lines • 2.65 kB
TypeScript
/**
* **aws-iam-authenticator** - A tool to use AWS IAM credentials to authenticate to a Kubernetes cluster
*
* @domain `github.com/kubernetes-sigs/aws-iam-authenticator`
* @programs `aws-iam-authenticator`
* @version `0.7.3` (21 versions available)
* @versions From newest version to oldest.
*
* @install `launchpad install aws-iam-authenticator`
* @name `aws-iam-authenticator`
*
* @example
* ```typescript
* import { pantry } from 'ts-pkgx'
*
* // Access the package
* const pkg = pantry.awsiamauthenticator
* // Or access via domain
* const samePkg = pantry.githubcomkubernetessigsawsiamauthenticator
* console.log(pkg === samePkg) // true
* console.log(pkg.name) // "aws-iam-authenticator"
* console.log(pkg.description) // "A tool to use AWS IAM credentials to authentica..."
* console.log(pkg.programs) // ["aws-iam-authenticator"]
* console.log(pkg.versions[0]) // "0.7.3" (latest)
* ```
*
* @see https://ts-pkgx.netlify.app/packages/github-com/kubernetes-sigs/aws-iam-authenticator.md
* @see https://ts-pkgx.netlify.app/usage
*/
export declare const awsiamauthenticatorPackage: {
/**
* The display name of this package.
*/
name: 'aws-iam-authenticator';
/**
* The canonical domain name for this package.
*/
domain: 'github.com/kubernetes-sigs/aws-iam-authenticator';
/**
* Brief description of what this package does.
*/
description: 'A tool to use AWS IAM credentials to authenticate to a Kubernetes cluster';
packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/kubernetes-sigs/aws-iam-authenticator/package.yml';
homepageUrl: '';
githubUrl: 'https://github.com/pkgxdev/pantry/';
/**
* Command to install this package using launchpad.
* @example launchpad install package-name
*/
installCommand: 'launchpad install aws-iam-authenticator';
/**
* Executable programs provided by this package.
* These can be run after installation.
*/
programs: readonly ['aws-iam-authenticator'];
companions: readonly [];
dependencies: readonly [];
/**
* Available versions from newest to oldest.
* @see https://ts-pkgx.netlify.app/usage for installation instructions
*/
versions: readonly ['0.7.3', '0.7.2', '0.7.1', '0.6.31', '0.6.30', '0.6.29', '0.6.28', '0.6.27', '0.6.26', '0.6.25', '0.6.24', '0.6.23', '0.6.22', '0.6.21', '0.6.14', '0.6.13', '0.6.12', '0.6.11', '0.5.27', '0.5.21', '0.5.20'];
/**
* Alternative names for this package.
* You can use any of these names to access the package.
*/
aliases: readonly []
};
export type AwsiamauthenticatorPackage = typeof awsiamauthenticatorPackage