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

NAME

6       etcdctl-watch - Watches events stream on keys or prefixes
7
8
9

SYNOPSIS

11       etcdctl watch [options] [key or prefix] [range_end] [--] [exec-command
12       arg1 arg2 ...] [flags]
13
14
15

DESCRIPTION

17       Watches events stream on keys or prefixes
18
19
20

OPTIONS

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

OPTIONS INHERITED FROM PARENT COMMANDS

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 (CAUTION: this option should
87       be enabled only for testing purposes)
88
89
90       --insecure-transport[=true]
91           disable transport security for client connections
92
93
94       --keepalive-time=2s
95           keepalive time for client connections
96
97
98       --keepalive-timeout=6s
99           keepalive timeout for client connections
100
101
102       --key=""
103           identify secure client using this TLS key file
104
105
106       --password=""
107           password for authentication (if this option is used, --user option
108       shouldn't include password)
109
110
111       --user=""
112           username[:password] for authentication (prompt if password is not
113       supplied)
114
115
116       -w, --write-out="simple"
117           set the output format (fields, json, protobuf, simple, table)
118
119
120

SEE ALSO

122       etcdctl(1)
123
124
125

HISTORY

127       4-Sep-2020 Auto generated by spf13/cobra
128
129
130
131Auto generated by spf13/cobra      Sep 2020                        etcdctl3(1)
Impressum