get Gets the key or a range of keys
put Puts the given key into the store
del Removes the specified key or range ofkeys [key, range_end)
txn Txn processes all the requests in onetransaction
compaction Compacts the event history in etcd
alarm disarm Disarms all alarms
alarm list Lists all alarms
defrag Defragments the storage of the etcdmembers with given endpoints
endpoint health Checks the healthiness ofendpoints specified in `--endpoints` flag
endpoint status Prints out the status ofendpoints specified in `--endpoints` flag
endpoint hashkv Prints the KV history hash foreach endpoint in --endpoints
move-leader Transfers leadership to another etcdcluster member.
watch Watches events stream on keys orprefixes
version Prints the version of etcdctl
lease grant Creates leases
lease revoke Revokes leases
lease timetolive Get lease information
lease list List all active leases
lease keep-alive Keeps leases alive (renew)
member add Adds a member into the cluster
member remove Removes a member from the cluster
member update Updates a member in the cluster
member list Lists all members in the cluster
snapshot save Stores an etcd node backendsnapshot to a given file
snapshot restore Restores an etcd member snapshotto an etcd directory
snapshot status Gets backend snapshot statusof a given file
make-mirror Makes a mirror at the destinationetcd cluster
migrate Migrates keys in a v2 store to amvcc store
lock Acquires a named lock
elect Observes and participates in leaderelection
auth enable Enables authentication
auth disable Disables authentication
user add Adds a new user
user delete Deletes a user
user get Gets detailed information of a user
user list Lists all users
user passwd Changes password of user
user grant-role Grants a role to a user
user revoke-role Revokes a role from a user
role add Adds a new role
role delete Deletes a role
role get Gets detailed information of a role
role list Lists all roles
role grant-permission Grants a key to a role
role revoke-permission Revokes a key from a role
check perf Check the performance of the etcdcluster
help Help about any command