etcd/etcdctl/ctlv3/command
Gyuho Lee ff455e3567
Merge pull request #9540 from gyuho/hhh
ctlv3: support "write-out" for "endpoint health" command
2018-04-06 13:25:11 -07: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 ctlv3: fix typo in check command 2018-02-26 10:03:43 -08:00
compaction_command.go etcdctl/ctlv3: remove unnecessary 'return' 2017-06-22 12:24:00 -07:00
defrag_command.go etcdctl/ctlv3: add "--cluster" flag to "defrag" command 2018-03-05 10:46:37 -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 ctlv3: support "write-out" for "endpoint health" command 2018-04-06 11:31:00 -07: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 etcdctl/ctlv3: set client-side logger 2018-04-02 13:51:22 -07: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 *: revert "internal/mvcc" change 2018-02-26 17:11:40 -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 "error" to "etcdserver/v2error" 2018-02-26 17:11:40 -08:00
move_leader_command.go etcdctl: Fix govet errors 2018-01-25 04:50:09 -05:00
printer.go ctlv3: support "write-out" for "endpoint health" command 2018-04-06 11:31:00 -07:00
printer_fields.go ctlv3: support "write-out" for "endpoint health" command 2018-04-06 11:31:00 -07:00
printer_json.go ctlv3: support "write-out" for "endpoint health" command 2018-04-06 11:31:00 -07:00
printer_protobuf.go *: revert "internal/mvcc" change 2018-02-26 17:11:40 -08:00
printer_simple.go ctlv3: support "write-out" for "endpoint health" command 2018-04-06 11:31:00 -07:00
printer_table.go ctlv3: support "write-out" for "endpoint health" command 2018-04-06 11:31:00 -07: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 ctlv3: update logger for snapshot command 2018-04-06 11:05:58 -07: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 *: revert "internal/mvcc" change 2018-02-26 17:11:40 -08:00
version_command.go *: revert "internal/version" change 2018-02-26 17:11:40 -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