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 etcd
Programs
This package provides the following executable programs:
etcd
etcdctl
Available Versions
Show all 16 versions
3.6.4
,3.6.3
,3.6.2
,3.6.1
,3.6.0
3.5.22
,3.5.21
,3.5.20
,3.5.19
,3.5.18
3.5.17
,3.5.16
,3.5.15
,3.5.14
,3.4.37
3.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 -i
Usage 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.