Skip to content

Instantly share code, notes, and snippets.

@amcginlay
Last active October 19, 2020 12:16
Show Gist options
  • Save amcginlay/4d861514a44c2dd441b3670a83ca7ba1 to your computer and use it in GitHub Desktop.
Save amcginlay/4d861514a44c2dd441b3670a83ca7ba1 to your computer and use it in GitHub Desktop.
curl -L https://github.com/etcd-io/etcd/releases/download/v3.4.13/etcd-v3.4.13-linux-amd64.tar.gz -o etcd-v3.4.13-linux-amd64.tar.gz
tar xavf etcd-v3.4.13-linux-amd64.tar.gz
cd etcd-v3.4.13-linux-amd64
./etcd
./etcdctl # to view help
./etcdctl put key1 value1
./etcdctl get key1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment