/** * **envconsul** - Launch a subprocess with environment variables using data from @HashiCorp Consul and Vault. * * @domain `hashicorp.com/envconsul` * @programs `envconsul` * @version `0.13.4` (3 versions available) * @versions From newest version to oldest. * * @install `launchpad install hashicorp.com/envconsul` * @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.hashicorpcomenvconsul * console.log(pkg.name) // "envconsul" * console.log(pkg.description) // "Launch a subprocess with environment variables ..." * console.log(pkg.programs) // ["envconsul"] * console.log(pkg.versions[0]) // "0.13.4" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/hashicorp-com/envconsul.md * @see https://ts-pkgx.netlify.app/usage */ export declare const hashicorpcomenvconsulPackage: { /** * The display name of this package. */ name: 'envconsul'; /** * The canonical domain name for this package. */ domain: 'hashicorp.com/envconsul'; /** * Brief description of what this package does. */ description: 'Launch a subprocess with environment variables using data from @HashiCorp Consul and Vault.'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/hashicorp.com/envconsul/package.yml'; homepageUrl: 'https://www.hashicorp.com/'; githubUrl: 'https://github.com/hashicorp/envconsul'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install hashicorp.com/envconsul'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +hashicorp.com/envconsul -- $SHELL -i'; launchpadInstallCommand: 'launchpad install hashicorp.com/envconsul'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['envconsul']; 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.13.4', '0.13.3', '0.13.2']; aliases: readonly [] }; export type HashicorpcomenvconsulPackage = typeof hashicorpcomenvconsulPackage