jpbetz / auger

Directly access data objects stored in etcd by kubernetes.
Apache License 2.0
392 stars 62 forks source link

Add JSON decode support #2

Closed jpbetz closed 7 years ago

jpbetz commented 7 years ago

Also, Ignore etcd keys by searching for start of value payloads, which is convenient because it make it possible to use the more intuitive command:

etcdctl get /registry/pods/default/ | kvstore-tool decode

in addition to the more explicit:

etcdctl get /registry/pods/default/ --print-value-only | kvstore-tool decode

jpbetz commented 7 years ago

@cheftako, @mml Would one of you be willing to review?

mml commented 7 years ago

I can probably look at this next week.