1etcdctl3(1) etcdctl3(1)
2
3
4
6 etcdctl-watch - Watches events stream on keys or prefixes
7
8
9
11 ETCDCTL=3 etcdctl watch [options] [key or prefix] [range_end] [--]
12 [exec-command arg1 arg2 ...] [flags]
13
14
15
17 Watches events stream on keys or prefixes
18
19
20
22 -h, --help[=false]
23 help for watch
24
25
26 -i, --interactive[=false]
27 Interactive mode
28
29
30 --prefix[=false]
31 Watch on a prefix if prefix is set
32
33
34 --prev-kv[=false]
35 get the previous key-value pair before the event happens
36
37
38 --rev=0
39 Revision to start watching
40
41
42
44 --cacert=""
45 verify certificates of TLS-enabled secure servers using this CA
46 bundle
47
48
49 --cert=""
50 identify secure client using this TLS certificate file
51
52
53 --command-timeout=5s
54 timeout for short running command (excluding dial timeout)
55
56
57 --debug[=false]
58 enable client-side debug logging
59
60
61 --dial-timeout=2s
62 dial timeout for client connections
63
64
65 -d, --discovery-srv=""
66 domain name to query for SRV records describing cluster endpoints
67
68
69 --discovery-srv-name=""
70 service name to query when using DNS discovery
71
72
73 --endpoints=[127.0.0.1:2379]
74 gRPC endpoints
75
76
77 --hex[=false]
78 print byte strings as hex encoded strings
79
80
81 --insecure-discovery[=true]
82 accept insecure SRV records describing cluster endpoints
83
84
85 --insecure-skip-tls-verify[=false]
86 skip server certificate verification
87
88
89 --insecure-transport[=true]
90 disable transport security for client connections
91
92
93 --keepalive-time=2s
94 keepalive time for client connections
95
96
97 --keepalive-timeout=6s
98 keepalive timeout for client connections
99
100
101 --key=""
102 identify secure client using this TLS key file
103
104
105 --password=""
106 password for authentication (if this option is used, --user option
107 shouldn't include password)
108
109
110 --user=""
111 username[:password] for authentication (prompt if password is not
112 supplied)
113
114
115 -w, --write-out="simple"
116 set the output format (fields, json, protobuf, simple, table)
117
118
119
121 etcdctl(1)
122
123
124
126 5-Apr-2020 Auto generated by spf13/cobra
127
128
129
130Auto generated by spf13/cobra Apr 2020 etcdctl3(1)