Last active
October 19, 2020 12:16
-
-
Save amcginlay/4d861514a44c2dd441b3670a83ca7ba1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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