etcdctl

Interact with etcd, a highly-available key-value pair store. More information: <https://etcd.io/docs/latest/dev-guide/interacting_v3/>.

Debian Debian
RUN apt-get update && \ apt-get install -y etcd-client
Ubuntu
RUN apt-get update && \ apt-get install -y etcd
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y etcd-client
CentOS
RUN yum install -y etcd
Fedora
RUN dnf install -y etcd
Raspbian
RUN apt-get update && \ apt-get install -y etcd
click the source code to copy install etcdctl on any operating system with command-not-found.com