/** * **istioctl** - Connect, secure, control, and observe services. * * @domain `istio.io` * @programs `istioctl` * @version `1.28.1` (56 versions available) * @versions From newest version to oldest. * * @install `launchpad install istio.io` * @homepage https://istio.io/ * @buildDependencies `go.dev@^1.21` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.istioio * console.log(pkg.name) // "istioctl" * console.log(pkg.description) // "Connect, secure, control, and observe services." * console.log(pkg.programs) // ["istioctl"] * console.log(pkg.versions[0]) // "1.28.1" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/istio-io.md * @see https://ts-pkgx.netlify.app/usage */ export declare const istioioPackage: { /** * The display name of this package. */ name: 'istioctl'; /** * The canonical domain name for this package. */ domain: 'istio.io'; /** * Brief description of what this package does. */ description: 'Connect, secure, control, and observe services.'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/istio.io/package.yml'; homepageUrl: 'https://istio.io/'; githubUrl: 'https://github.com/istio/istio'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install istio.io'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +istio.io -- $SHELL -i'; launchpadInstallCommand: 'launchpad install istio.io'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['istioctl']; companions: readonly []; dependencies: readonly []; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['go.dev@^1.21']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['1.28.1', '1.28.0', '1.27.4', '1.27.3', '1.27.2', '1.27.1', '1.27.0', '1.26.7', '1.26.6', '1.26.5', '1.26.4', '1.26.3', '1.26.2', '1.26.1', '1.26.0', '1.25.5', '1.25.4', '1.25.3', '1.25.2', '1.25.1', '1.25.0', '1.24.6', '1.24.4', '1.24.3', '1.24.2', '1.24.1', '1.24.0', '1.23.6', '1.23.5', '1.23.4', '1.23.3', '1.23.2', '1.23.1', '1.23.0', '1.22.8', '1.22.7', '1.22.6', '1.22.5', '1.22.4', '1.22.3', '1.22.2', '1.22.1', '1.22.0', '1.21.6', '1.21.5', '1.21.4', '1.21.3', '1.21.2', '1.21.1', '1.21.0', '1.20.8', '1.20.7', '1.20.6', '1.20.5', '1.19.10', '1.19.9']; aliases: readonly [] }; export type IstioioPackage = typeof istioioPackage