1etcdctl3(1) etcdctl3(1)
2
3
4
6 etcdctl - A simple command line client for etcd3.
7
8
9
11 ETCDCTL=3 etcdctl [flags]
12
13
14
16 A simple command line client for etcd3.
17
18
19
21 --cacert=""
22 verify certificates of TLS-enabled secure servers using this CA
23 bundle
24
25
26 --cert=""
27 identify secure client using this TLS certificate file
28
29
30 --command-timeout=5s
31 timeout for short running command (excluding dial timeout)
32
33
34 --debug[=false]
35 enable client-side debug logging
36
37
38 --dial-timeout=2s
39 dial timeout for client connections
40
41
42 -d, --discovery-srv=""
43 domain name to query for SRV records describing cluster endpoints
44
45
46 --discovery-srv-name=""
47 service name to query when using DNS discovery
48
49
50 --endpoints=[127.0.0.1:2379]
51 gRPC endpoints
52
53
54 -h, --help[=false]
55 help for etcdctl
56
57
58 --hex[=false]
59 print byte strings as hex encoded strings
60
61
62 --insecure-discovery[=true]
63 accept insecure SRV records describing cluster endpoints
64
65
66 --insecure-skip-tls-verify[=false]
67 skip server certificate verification
68
69
70 --insecure-transport[=true]
71 disable transport security for client connections
72
73
74 --keepalive-time=2s
75 keepalive time for client connections
76
77
78 --keepalive-timeout=6s
79 keepalive timeout for client connections
80
81
82 --key=""
83 identify secure client using this TLS key file
84
85
86 --password=""
87 password for authentication (if this option is used, --user option
88 shouldn't include password)
89
90
91 --user=""
92 username[:password] for authentication (prompt if password is not
93 supplied)
94
95
96 -w, --write-out="simple"
97 set the output format (fields, json, protobuf, simple, table)
98
99
100
102 etcdctl3-alarm(1), etcdctl3-auth(1), etcdctl3-check(1),
103 etcdctl3-compaction(1), etcdctl3-defrag(1), etcdctl3-del(1),
104 etcdctl3-elect(1), etcdctl3-endpoint(1), etcdctl3-get(1),
105 etcdctl3-lease(1), etcdctl3-lock(1), etcdctl3-make-mirror(1),
106 etcdctl3-member(1), etcdctl3-migrate(1), etcdctl3-move-leader(1),
107 etcdctl3-put(1), etcdctl3-role(1), etcdctl3-snapshot(1),
108 etcdctl3-txn(1), etcdctl3-user(1), etcdctl3-version(1),
109 etcdctl3-watch(1)
110
111
112
114 14-Mar-2019 Auto generated by spf13/cobra
115
116
117
118Auto generated by spf13/cobra Mar 2019 etcdctl3(1)