From 86591d64c5916ccb92f52f86f53c6e913bf8290c Mon Sep 17 00:00:00 2001 From: Gyu-Ho Lee Date: Wed, 25 May 2016 22:17:45 -0700 Subject: [PATCH] etcdctl: doc member list, others protobuf output --- etcdctl/READMEv3.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/etcdctl/READMEv3.md b/etcdctl/READMEv3.md index 78bd1e454..87ca0f867 100644 --- a/etcdctl/READMEv3.md +++ b/etcdctl/READMEv3.md @@ -419,6 +419,10 @@ On success, prints a humanized table of the member IDs, statuses, names, peer ad On success, prints a JSON listing of the member IDs, statuses, names, peer addresses, and client addresses. On failure, prints an error message and returns with a non-zero exit code. +##### Protobuf reply + +The protobuf encoding of the MEMBER LIST [RPC response][member_list_rpc]. + #### Examples ```bash @@ -484,6 +488,10 @@ On success, prints a humanized table of each endpoint URL, ID, version, database On success, prints a line of JSON encoding each endpoint URL, ID, version, database size, leadership status, raft term, and raft status. On failure, returns with a non-zero exit code. +##### Protobuf reply + +ENDPOINT STATUS does not support protobuf encoded output. + #### Examples ```bash @@ -715,6 +723,10 @@ On success, prints a humanized table of the database hash, revision, total keys, On success, prints a line of JSON encoding the database hash, revision, total keys, and size. On failure, return with a non-zero exit code. +##### Protobuf reply + +SNAPSHOT STATUS does not support protobuf encoded output. + #### Examples ```bash ./etcdctl snapshot status file.db @@ -795,6 +807,7 @@ finished transforming keys [etcdrpc]: ../etcdserver/etcdserverpb/rpc.proto [storagerpc]: ../mvcc/mvccpb/kv.proto +[member_list_rpc]: ../etcdserver/etcdserverpb/rpc.proto#L493-L497 ## Compatibility Support