etcdtool icon indicating copy to clipboard operation
etcdtool copied to clipboard

Export/Import/Edit etcd directory as JSON/YAML/TOML and validate directory using JSON schema

Results 14 etcdtool issues
Sort by recently updated
recently updated
newest added

# env mac: 10.15.5 (19F101) ## install by brew when I install by brew ```  ~ brew tap mickep76/funk-gnarge ==> Tapping mickep76/funk-gnarge Cloning into '/usr/local/Homebrew/Library/Taps/mickep76/homebrew-funk-gnarge'... remote: Repository not found....

Unfortunately tool cannot be built any more, because it is referring to a package which is not available any more: `github.com/mickep76/iodatafmt` I understood, the successor of this github repo would...

# Environment macOS Mojave 10.14.6 go 1.13.1 # Description Here is the output I got when I ran `brew install etcdtool` : ``` [0][0][benjy@benjy-mac:~/local/var/lib] $ brew install etcdtool ==> Installing...

I noticed the latest released version 3.3.2 doesn't have the fix made here: https://github.com/mickep76/etcdtool/issues/20 So I'm attempting to build my own RPM - Following the instructions doesn't seem to work:...

``` $ brew tap mickep76/funk-gnarge $ brew install etcdtool ==> Installing etcdtool from mickep76/funk-gnarge ==> Downloading https://github.com/mickep76/etcdtool/archive/3.3.2.tar.gz Error: SHA256 mismatch Expected: f9f4aea1e1459e1f187e8f74faec537b97cb2519bdead9f12e4c1bf93a69df6b Actual: e3e6964e33e4cade95303b642f5b160225e61eac1fe754da606983a4c0edf06e Archive: /Users/andy/Library/Caches/Homebrew/etcdtool-3.3.2.tar.gz To retry an incomplete...

Hi, Are there any plans for supporting etcd v3? Kind regards, Peter

Hi there! I'm facing a problem trying to import/export some data into etcd using etcdtool. Since lists are converted into json objects creating directories using the index as the key,...

Add inotify support for monitoring conf dir to upload files

enhancement