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

NAME

6       etcdctl-del - Removes the specified key or range of keys [key,
7       range_end)
8
9
10

SYNOPSIS

12       ETCDCTL=3 etcdctl del [options] <key> [range_end] [flags]
13
14
15

DESCRIPTION

17       Removes the specified key or range of keys [key, range_end)
18
19
20

OPTIONS

22       --from-key[=false]
23           delete keys that are greater than or equal to the given key using
24       byte compare
25
26
27       -h, --help[=false]
28           help for del
29
30
31       --prefix[=false]
32           delete keys with matching prefix
33
34
35       --prev-kv[=false]
36           return deleted key-value pairs
37
38
39

OPTIONS INHERITED FROM PARENT COMMANDS

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

SEE ALSO

118       etcdctl(1)
119
120
121

HISTORY

123       14-Mar-2019 Auto generated by spf13/cobra
124
125
126
127Auto generated by spf13/cobra      Mar 2019                        etcdctl3(1)
Impressum