/** * **kube-score** - Kubernetes object analysis with recommendations for improved reliability and security. kube-score actively prevents downtime and bugs in your Kubernetes YAML and Charts. Static code analysis for Kubernetes. * * @domain `github.com/zegl/kube-score` * @programs `kube-score` * @version `1.20.0` (6 versions available) * @versions From newest version to oldest. * * @install `launchpad install github.com/zegl/kube-score` * @homepage https://kube-score.com * @buildDependencies `go.dev@^1.18` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.githubcomzeglkubescore * console.log(pkg.name) // "kube-score" * console.log(pkg.description) // "Kubernetes object analysis with recommendations..." * console.log(pkg.programs) // ["kube-score"] * console.log(pkg.versions[0]) // "1.20.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/github-com/zegl/kube-score.md * @see https://ts-pkgx.netlify.app/usage */ export declare const kubescorePackage: { /** * The display name of this package. */ name: 'kube-score'; /** * The canonical domain name for this package. */ domain: 'github.com/zegl/kube-score'; /** * Brief description of what this package does. */ description: 'Kubernetes object analysis with recommendations for improved reliability and security. kube-score actively prevents downtime and bugs in your Kubernetes YAML and Charts. Static code analysis for Kubernetes.'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/zegl/kube-score/package.yml'; homepageUrl: 'https://kube-score.com'; githubUrl: 'https://github.com/zegl/kube-score'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install github.com/zegl/kube-score'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/zegl/kube-score -- $SHELL -i'; launchpadInstallCommand: 'launchpad install github.com/zegl/kube-score'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['kube-score']; companions: readonly []; dependencies: readonly []; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['go.dev@^1.18']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['1.20.0', '1.19.0', '1.18.0', '1.17.0', '1.15.0', '1.14.0']; aliases: readonly [] }; export type KubescorePackage = typeof kubescorePackage