1etcdctl3(1) etcdctl3(1)
2
3
4
6 etcdctl - A simple command line client for etcd3.
7
8
9
11 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 (CAUTION: this option should
68 be enabled only for testing purposes)
69
70
71 --insecure-transport[=true]
72 disable transport security for client connections
73
74
75 --keepalive-time=2s
76 keepalive time for client connections
77
78
79 --keepalive-timeout=6s
80 keepalive timeout for client connections
81
82
83 --key=""
84 identify secure client using this TLS key file
85
86
87 --password=""
88 password for authentication (if this option is used, --user option
89 shouldn't include password)
90
91
92 --user=""
93 username[:password] for authentication (prompt if password is not
94 supplied)
95
96
97 -w, --write-out="simple"
98 set the output format (fields, json, protobuf, simple, table)
99
100
101
103 etcdctl2-alarm(1), etcdctl2-auth(1), etcdctl2-check(1),
104 etcdctl2-compaction(1), etcdctl2-defrag(1), etcdctl2-del(1),
105 etcdctl2-elect(1), etcdctl2-endpoint(1), etcdctl2-get(1),
106 etcdctl2-lease(1), etcdctl2-lock(1), etcdctl2-make-mirror(1),
107 etcdctl2-member(1), etcdctl2-migrate(1), etcdctl2-move-leader(1),
108 etcdctl2-put(1), etcdctl2-role(1), etcdctl2-snapshot(1),
109 etcdctl2-txn(1), etcdctl2-user(1), etcdctl2-version(1),
110 etcdctl2-watch(1)
111
112
113
115 4-Sep-2020 Auto generated by spf13/cobra
116
117
118
119Auto generated by spf13/cobra Sep 2020 etcdctl3(1)