/** * **consul-template** - Template rendering, notifier, and supervisor for @HashiCorp Consul and Vault data. * * @domain `hashicorp.com/consul-template` * @programs `consul-template` * @version `0.41.3` (7 versions available) * @versions From newest version to oldest. * * @install `launchpad install hashicorp.com/consul-template` * @homepage https://www.hashicorp.com/ * @buildDependencies `go.dev@^1.20` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.hashicorpcomconsultemplate * console.log(pkg.name) // "consul-template" * console.log(pkg.description) // "Template rendering, notifier, and supervisor fo..." * console.log(pkg.programs) // ["consul-template"] * console.log(pkg.versions[0]) // "0.41.3" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/hashicorp-com/consul-template.md * @see https://ts-pkgx.netlify.app/usage */ export declare const hashicorpcomconsultemplatePackage: { /** * The display name of this package. */ name: 'consul-template'; /** * The canonical domain name for this package. */ domain: 'hashicorp.com/consul-template'; /** * Brief description of what this package does. */ description: 'Template rendering, notifier, and supervisor for @HashiCorp Consul and Vault data.'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/hashicorp.com/consul-template/package.yml'; homepageUrl: 'https://www.hashicorp.com/'; githubUrl: 'https://github.com/hashicorp/consul-template'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install hashicorp.com/consul-template'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +hashicorp.com/consul-template -- $SHELL -i'; launchpadInstallCommand: 'launchpad install hashicorp.com/consul-template'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['consul-template']; companions: readonly []; dependencies: readonly []; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['go.dev@^1.20']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['0.41.3', '0.41.2', '0.41.1', '0.41.0', '0.40.0', '0.39.1', '0.39.0']; aliases: readonly [] }; export type HashicorpcomconsultemplatePackage = typeof hashicorpcomconsultemplatePackage