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

NAME

6       etcdctl - A simple command line client for etcd3.
7
8
9

SYNOPSIS

11       etcdctl [flags]
12
13
14

DESCRIPTION

16       A simple command line client for etcd3.
17
18
19

OPTIONS

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

SEE ALSO

102       etcdctl-alarm(1), etcdctl-auth(1), etcdctl-check(1),
103       etcdctl-compaction(1), etcdctl-defrag(1), etcdctl-del(1),
104       etcdctl-elect(1), etcdctl-endpoint(1), etcdctl-get(1),
105       etcdctl-lease(1), etcdctl-lock(1), etcdctl-make-mirror(1),
106       etcdctl-member(1), etcdctl-migrate(1), etcdctl-move-leader(1),
107       etcdctl-put(1), etcdctl-role(1), etcdctl-snapshot(1), etcdctl-txn(1),
108       etcdctl-user(1), etcdctl-version(1), etcdctl-watch(1)
109
110
111

HISTORY

113       14-Mar-2019 Auto generated by spf13/cobra
114
115
116
117Auto generated by spf13/cobra      Mar 2019                        etcdctl3(1)
Impressum