etcd.io
Distributed reliable key-value store for the most critical data of a distributed system
Package Information
- Domain:
etcd.io
- Name:
etcd.io
- Homepage: Not specified
- Source: View on GitHub
Installation
bash
# Install with launchpad
launchpad install +etcd.io -- $SHELL -i
Programs
This package provides the following executable programs:
etcd
etcdctl
Aliases
This package can also be accessed using these aliases:
etcd
Available Versions
Show all 12 versions
3.6.1
,3.6.0
,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.1
Install Specific Version
bash
# Install specific version
sh <(curl https://pkgx.sh) +etcd.io@3.6.1 -- $SHELL -i
Usage Examples
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry.etcdio
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.