etcd/etcdctl/ctlv3/command
Gyuho Lee 37546f74ab *: move "version" to "internal/version"
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-01-29 10:00:20 -08:00
..
alarm_command.go ctlv3: make flags, commands formats consistent 2016-06-29 15:52:06 -07:00
auth_command.go etcdctl: create root role on auth enable if it does not yet exist 2017-01-09 16:18:13 -08:00
check.go etcdctl/ctlv3: inherit/update flags only once in 'check' command 2017-10-11 10:37:15 -07:00
compaction_command.go etcdctl/ctlv3: remove unnecessary 'return' 2017-06-22 12:24:00 -07:00
defrag_command.go *: move "mvcc" to "internal/mvcc" 2018-01-26 11:14:41 -08:00
del_command.go ctlv3: support del all keys by '--prefix' 2016-10-17 09:33:59 -07:00
doc.go etcdctl: update LICENSE header 2016-05-12 20:51:39 -07:00
elect_command.go *: replace 'golang.org/x/net/context' with 'context' 2017-09-07 13:39:42 -07:00
ep_command.go etcdctl: don't ask password twice for etcdctl endpoint health --cluster 2018-01-12 15:39:42 +09:00
error.go etcdctl: remove extra space in error message 2017-07-13 13:04:21 -07:00
get_command.go e2e: test sort ASCEND when sort target is missing 2016-10-18 16:29:22 -07:00
global.go ctlv3: handle pkg/flags warnings 2018-01-14 11:15:45 -08:00
lease_command.go etcdctl v3: e2e test for the --once option to the lease keep-alive command 2017-10-27 08:48:22 +01:00
lock_command.go *: replace 'golang.org/x/net/context' with 'context' 2017-09-07 13:39:42 -07:00
make_mirror_command.go *: move "mvcc" to "internal/mvcc" 2018-01-26 11:14:41 -08:00
member_command.go ctlv3: print 'ETCD_INITIAL_ADVERTISE_PEER_URLS' in 'member add' 2017-07-28 13:53:13 -07:00
migrate_command.go *: move "mvcc" to "internal/mvcc" 2018-01-26 11:14:41 -08:00
move_leader_command.go etcdctl: Fix govet errors 2018-01-25 04:50:09 -05:00
printer.go *: add alarm/health information in endpoint status 2018-01-24 13:12:48 -08:00
printer_fields.go *: move "mvcc" to "internal/mvcc" 2018-01-26 11:14:41 -08:00
printer_json.go etcdctl/ctlv3: replace "dbStatus" with "snapshot.Status" 2018-01-22 16:46:15 -08:00
printer_protobuf.go *: move "mvcc" to "internal/mvcc" 2018-01-26 11:14:41 -08:00
printer_simple.go etcdctl/ctlv3: replace "dbStatus" with "snapshot.Status" 2018-01-22 16:46:15 -08:00
printer_table.go etcdctl/ctlv3: replace "dbStatus" with "snapshot.Status" 2018-01-22 16:46:15 -08:00
put_command.go ctlv3: add '--ignore-lease' flag to put command 2017-01-25 03:11:19 +05:30
role_command.go etcdctl: handle empty key permission correctly 2017-09-13 14:25:52 +09:00
snapshot_command.go etcdctl/ctlv3: use "snapshot" package for "snapshot" command 2018-01-22 16:46:15 -08:00
txn_command.go *: replace 'golang.org/x/net/context' with 'context' 2017-09-07 13:39:42 -07:00
user_command.go *: replace 'golang.org/x/net/context' with 'context' 2017-09-07 13:39:42 -07:00
util.go *: move "mvcc" to "internal/mvcc" 2018-01-26 11:14:41 -08:00
version_command.go *: move "version" to "internal/version" 2018-01-29 10:00:20 -08:00
watch_command.go ctlv3: set ETCD_WATCH_* on watch exec 2018-01-17 09:54:16 -08:00
watch_command_test.go ctlv3: support ETCDCTL_WATCH_KEY, ETCDCTL_WATCH_RANGE_END 2018-01-14 02:30:03 -08:00