consul
Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure.
Package Information
- Domain:
consul.io
- Name:
consul
- Homepage: Not specified
- Source: View on GitHub
Installation
bash
# Install with launchpad
launchpad install consul
Programs
This package provides the following executable programs:
consul
Available Versions
Show all 14 versions
1.21.4
,1.21.3
,1.21.2
,1.21.1
,1.21.0
1.20.6
,1.20.5
,1.20.4
,1.20.3
,1.20.2
1.20.1
,1.20.0
,1.19.2
,1.19.1
Latest Version: 1.21.4
Install Specific Version
bash
# Install specific version
sh <(curl https://pkgx.sh) consul -- $SHELL -i
Usage Examples
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry.consul
console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)
Links
This documentation was auto-generated from package data.