etcd
Distributed reliable key-value store for the most critical data of a distributed system
Package Information
- Domain:
etcd.io - Name:
etcd - Homepage: Not specified
- Source: View on GitHub
Installation
bash
# Install with launchpad
launchpad install etcdPrograms
This package provides the following executable programs:
etcdetcdctl
Available Versions
Show all 16 versions
3.6.4,3.6.3,3.6.2,3.6.1,3.6.03.5.22,3.5.21,3.5.20,3.5.19,3.5.183.5.17,3.5.16,3.5.15,3.5.14,3.4.373.4.36
Latest Version: 3.6.4
Install Specific Version
bash
# Install specific version
sh <(curl https://pkgx.sh) +etcd.io@3.6.4 -- $SHELL -iUsage Examples
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry.etcd
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.