/** * **aws-whoami** - A tool to show what AWS account and identity you're using. * * @domain `github.com/benkehoe/aws-whoami-golang` * @programs `aws-whoami` * @version `2.6.0` (1 versions available) * @versions From newest version to oldest. * * @install `launchpad install github.com/benkehoe/aws-whoami-golang` * @buildDependencies `go.dev@^1.19` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.githubcombenkehoeawswhoamigolang * console.log(pkg.name) // "aws-whoami" * console.log(pkg.description) // "A tool to show what AWS account and identity yo..." * console.log(pkg.programs) // ["aws-whoami"] * console.log(pkg.versions[0]) // "2.6.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/github-com/benkehoe/aws-whoami-golang.md * @see https://ts-pkgx.netlify.app/usage */ export declare const awswhoamigolangPackage: { /** * The display name of this package. */ name: 'aws-whoami'; /** * The canonical domain name for this package. */ domain: 'github.com/benkehoe/aws-whoami-golang'; /** * Brief description of what this package does. */ description: 'A tool to show what AWS account and identity you\'re using.'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/benkehoe/aws-whoami-golang/package.yml'; homepageUrl: ''; githubUrl: 'https://github.com/benkehoe/aws-whoami-golang'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install github.com/benkehoe/aws-whoami-golang'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/benkehoe/aws-whoami-golang -- $SHELL -i'; launchpadInstallCommand: 'launchpad install github.com/benkehoe/aws-whoami-golang'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['aws-whoami']; 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 ['2.6.0']; aliases: readonly [] }; export type AwswhoamigolangPackage = typeof awswhoamigolangPackage