etcdctl2 - Man Page
A simple command line client for etcd3.
Synopsis
etcdctl [flags]
Description
A simple command line client for etcd3.
Options
- --cacert=""
verify certificates of TLS-enabled secure servers using this CA bundle
- --cert=""
identify secure client using this TLS certificate file
- --command-timeout=5s
timeout for short running command (excluding dial timeout)
- --debug[=false]
enable client-side debug logging
- --dial-timeout=2s
dial timeout for client connections
- -d, --discovery-srv=""
domain name to query for SRV records describing cluster endpoints
- --discovery-srv-name=""
service name to query when using DNS discovery
- --endpoints=[127.0.0.1:2379]
gRPC endpoints
- -h, --help[=false]
help for etcdctl
- --hex[=false]
print byte strings as hex encoded strings
- --insecure-discovery[=true]
accept insecure SRV records describing cluster endpoints
- --insecure-skip-tls-verify[=false]
skip server certificate verification (CAUTION: this option should be enabled only for testing purposes)
- --insecure-transport[=true]
disable transport security for client connections
- --keepalive-time=2s
keepalive time for client connections
- --keepalive-timeout=6s
keepalive timeout for client connections
- --key=""
identify secure client using this TLS key file
- --password=""
password for authentication (if this option is used, --user option shouldn't include password)
- --user=""
username[:password] for authentication (prompt if password is not supplied)
- -w, --write-out="simple"
set the output format (fields, json, protobuf, simple, table)
See Also
etcdctl2-alarm(1), etcdctl2-auth(1), etcdctl2-check(1), etcdctl2-compaction(1), etcdctl2-defrag(1), etcdctl2-del(1), etcdctl2-elect(1), etcdctl2-endpoint(1), etcdctl2-get(1), etcdctl2-lease(1), etcdctl2-lock(1), etcdctl2-make-mirror(1), etcdctl2-member(1), etcdctl2-migrate(1), etcdctl2-move-leader(1), etcdctl2-put(1), etcdctl2-role(1), etcdctl2-snapshot(1), etcdctl2-txn(1), etcdctl2-user(1), etcdctl2-version(1), etcdctl2-watch(1)
History
4-Sep-2020 Auto generated by spf13/cobra