Scroll to navigation

ETCDCTL(1) User Commands ETCDCTL(1)

NAME

etcdctl - command line client for etcd

SYNOPSIS

etcdctl [global options] command [command options] [arguments...]

DESCRIPTION

COMMANDS:

backup an etcd directory
check the health of the etcd cluster
make a new key with a given value
make a new directory
remove a key
removes the key if it is an empty directory or a key-value pair
retrieve the value of a key
retrieve a directory
set the value of a key
create a new or existing directory
update an existing key with a given value
update an existing directory
watch a key for changes
watch a key for changes and exec an executable
member add, remove and list subcommands
import a snapshot to a cluster
user add, grant and revoke subcommands
role add, grant and revoke subcommands
overall auth controls
Shows a list of commands or help for one command

GLOBAL OPTIONS:

output cURL commands which can be used to reproduce the request
don't synchronize cluster information before sending request
output response in the given format (`simple`, `extended` or `json`)
a comma-delimited list of machine addresses in the cluster (default: "127.0.0.1:4001,127.0.0.1:2379")
identify HTTPS client using this SSL certificate file
identify HTTPS client using this SSL key file
verify certificates of HTTPS-enabled servers using this CA bundle
provide username[:password] and prompt if password is not supplied.
show help
print the version
September 2015 etcdctl version 2.1.3