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

SEE ALSO

119       etcdctl(1)
120
121
122

HISTORY

124       4-Sep-2020 Auto generated by spf13/cobra
125
126
127
128Auto generated by spf13/cobra      Sep 2020                        etcdctl3(1)
Impressum