etcd/scripts
Piotr Tabor c09aca1ba4 Split etcdctl into etcdctl (public API access) & etcdutl (direct surgery on files)
Motivation is as follows:

  - etcdctl we only depend on clientv3 APIs, no dependencies of bolt, backend, mvcc, file-layout
  - etcdctl can be officially supported across wide range of versions, while etcdutl is pretty specific to file format at particular version.
it's step towards desired modules layout, documented in: https://etcd.io/docs/next/dev-internal/modules/
2021-05-17 11:54:03 +02:00
..
2021-02-25 12:28:52 +00:00
2021-01-21 17:47:36 +01:00
2021-03-16 22:50:41 +01:00
2017-09-06 19:18:04 -07:00
2018-04-02 11:27:39 -07:00
2021-05-16 20:43:12 +02:00
2020-10-26 13:02:32 +01:00

scripts for etcd development