Skip to content

consul.io

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.io
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install consul

Programs

This package provides the following executable programs:

  • consul

Aliases

This package can also be accessed using these aliases:

  • consul

Available Versions

Show all 11 versions
  • 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.1

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +consul.io@1.21.1 -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.consulio

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.