1etcdctl3(1)                                                        etcdctl3(1)
2
3
4

NAME

6       etcdctl-endpoint-hashkv - Prints the KV history hash for each endpoint
7       in --endpoints
8
9
10

SYNOPSIS

12       ETCDCTL=3 etcdctl endpoint hashkv [flags]
13
14
15

DESCRIPTION

17       Prints the KV history hash for each endpoint in --endpoints
18
19
20

OPTIONS

22       -h, --help[=false]
23           help for hashkv
24
25
26       --rev=0
27           maximum revision to hash (default: all revisions)
28
29
30

OPTIONS INHERITED FROM PARENT COMMANDS

32       --cacert=""
33           verify certificates of TLS-enabled secure servers using this CA
34       bundle
35
36
37       --cert=""
38           identify secure client using this TLS certificate file
39
40
41       --cluster[=false]
42           use all endpoints from the cluster member list
43
44
45       --command-timeout=5s
46           timeout for short running command (excluding dial timeout)
47
48
49       --debug[=false]
50           enable client-side debug logging
51
52
53       --dial-timeout=2s
54           dial timeout for client connections
55
56
57       -d, --discovery-srv=""
58           domain name to query for SRV records describing cluster endpoints
59
60
61       --discovery-srv-name=""
62           service name to query when using DNS discovery
63
64
65       --endpoints=[127.0.0.1:2379]
66           gRPC endpoints
67
68
69       --hex[=false]
70           print byte strings as hex encoded strings
71
72
73       --insecure-discovery[=true]
74           accept insecure SRV records describing cluster endpoints
75
76
77       --insecure-skip-tls-verify[=false]
78           skip server certificate verification
79
80
81       --insecure-transport[=true]
82           disable transport security for client connections
83
84
85       --keepalive-time=2s
86           keepalive time for client connections
87
88
89       --keepalive-timeout=6s
90           keepalive timeout for client connections
91
92
93       --key=""
94           identify secure client using this TLS key file
95
96
97       --password=""
98           password for authentication (if this option is used, --user option
99       shouldn't include password)
100
101
102       --user=""
103           username[:password] for authentication (prompt if password is not
104       supplied)
105
106
107       -w, --write-out="simple"
108           set the output format (fields, json, protobuf, simple, table)
109
110
111

SEE ALSO

113       etcdctl3-endpoint(1)
114
115
116

HISTORY

118       14-Mar-2019 Auto generated by spf13/cobra
119
120
121
122Auto generated by spf13/cobra      Mar 2019                        etcdctl3(1)
Impressum