etcd/etcdctl/command
mqliang d8c315ab55 etcdctl: show leader/member information when run 'etcdctl member list' command
leader/follower information is very helpful for debugging. User must get this information through http endpoint
before this patch, which is inconvenient.
2016-03-16 13:48:37 +08:00
..
auth_commands.go etcdctl: fill out ArgsUsage fields for help 2015-12-21 09:05:37 -08:00
backup_command.go etcdctl: fill out ArgsUsage fields for help 2015-12-21 09:05:37 -08:00
cluster_health.go etcdctl: fill out ArgsUsage fields for help 2015-12-21 09:05:37 -08:00
doc.go *: add missing package descriptions 2015-11-17 20:54:10 -08:00
error.go etcdctl: cluster health exit with non-zero when cluster is unhealthy 2015-11-20 13:51:31 -08:00
exec_watch_command.go etcdctl: use os.Stdout, os.Stderr directly for cmd 2016-01-27 00:54:40 -08:00
format.go etcdctl: remove old stuff 2015-07-21 12:53:20 -07:00
get_command.go etcdctl: fill out ArgsUsage fields for help 2015-12-21 09:05:37 -08:00
import_snap_command.go etcdctl: fill out ArgsUsage fields for help 2015-12-21 09:05:37 -08:00
ls_command.go etcdctl: add an option to ls for consistent result 2016-01-21 14:03:10 +09:00
member_commands.go etcdctl: show leader/member information when run 'etcdctl member list' command 2016-03-16 13:48:37 +08:00
mk_command.go etcdctl: Add an option to mk command to create in-order keys. 2016-03-10 20:28:28 -08:00
mkdir_command.go etcdctl: fill out ArgsUsage fields for help 2015-12-21 09:05:37 -08:00
rm_command.go etcdctl: fill out ArgsUsage fields for help 2015-12-21 09:05:37 -08:00
rmdir_command.go *: exported godoc fixups 2016-02-21 20:36:44 -08:00
role_commands.go etcdctl: fill out ArgsUsage fields for help 2015-12-21 09:05:37 -08:00
set_command.go etcdctl, etcdctlv3: add help message for non-valid value arg 2016-01-13 09:25:24 -08:00
set_dir_command.go etcdctl: clarify setdir purpose in help message 2016-03-09 14:38:57 -08:00
update_command.go etcdctl: fill out ArgsUsage fields for help 2015-12-21 09:05:37 -08:00
update_dir_command.go etcdctl: ignore value in updatedir command 2016-01-06 16:37:04 -08:00
user_commands.go etcdctl: accept user:pass format for add user 2016-03-04 13:29:06 -08:00
util.go etcdctl: accept user:pass format for add user 2016-03-04 13:29:06 -08:00
util_test.go *: switch to line comments for copyright 2015-01-26 09:53:30 -08:00
watch_command.go etcdctl: fill out ArgsUsage fields for help 2015-12-21 09:05:37 -08:00