open-consul/command
Preetha Appan 0cb1c92977 Fix exec and event commands to build help string in constructor 2017-10-18 00:08:45 +02:00
..
cat commands: move catalog command to separate pkg 2017-10-18 00:08:45 +02:00
catlistdc Fix up list datacenters to build help string in constructor 2017-10-18 00:08:45 +02:00
catlistnodes Better name for usage string and moving constant definition down 2017-10-18 00:08:45 +02:00
catlistsvc Fix up catalog list services to build help string in constructor 2017-10-18 00:08:45 +02:00
event Fix exec and event commands to build help string in constructor 2017-10-18 00:08:45 +02:00
exec Fix exec and event commands to build help string in constructor 2017-10-18 00:08:45 +02:00
flags commands: move flag handling into flags pkg 2017-10-18 00:08:45 +02:00
forceleave commands: move force-leave command to separate pkg 2017-10-18 00:08:45 +02:00
info commands: move info command to separate pkg 2017-10-18 00:08:45 +02:00
join commands: move join command to separate pkg 2017-10-18 00:08:45 +02:00
keygen commands: move keygen command to separate pkg 2017-10-18 00:08:45 +02:00
keyring commands: move keyring command to separate pkg 2017-10-18 00:08:45 +02:00
kv commands: move kv command to separate pkg 2017-10-18 00:08:45 +02:00
kvdel Fix tests by calling initFlags for each test case to reset state. 2017-10-18 00:08:45 +02:00
kvexp commands: move export entry struct to separate pkg 2017-10-18 00:08:45 +02:00
kvget commands: move kv get command to separate pkg 2017-10-18 00:08:45 +02:00
kvimp commands: move kv import command to separate pkg 2017-10-18 00:08:45 +02:00
kvimpexp commands: move export entry struct to separate pkg 2017-10-18 00:08:45 +02:00
kvput Fix tests by calling initFlags for each test case to reset state. 2017-10-18 00:08:45 +02:00
leave commands: move leave command to separate pkg 2017-10-18 00:08:45 +02:00
validate commands: move validate command to separate pkg 2017-10-18 00:08:45 +02:00
agent.go config: refactor commands to print help for flags (#3536) 2017-10-18 00:08:45 +02:00
agent_test.go Enforce json or hcl extension to Consul config files, updated unit tests 2017-09-25 17:17:12 -05:00
base.go commands: move flag handling into flags pkg 2017-10-18 00:08:45 +02:00
commands.go commands: move catalog list services to separate pkg 2017-10-18 00:08:45 +02:00
lock.go config: refactor commands to print help for flags (#3536) 2017-10-18 00:08:45 +02:00
lock_test.go Clean up subprocess handling and make shell use optional (#3509) 2017-10-04 16:48:00 -07:00
maint.go config: refactor commands to print help for flags (#3536) 2017-10-18 00:08:45 +02:00
maint_test.go New config parser, HCL support, multiple bind addrs (#3480) 2017-09-25 11:40:42 -07:00
members.go config: refactor commands to print help for flags (#3536) 2017-10-18 00:08:45 +02:00
members_test.go New config parser, HCL support, multiple bind addrs (#3480) 2017-09-25 11:40:42 -07:00
monitor.go config: refactor commands to print help for flags (#3536) 2017-10-18 00:08:45 +02:00
operator.go pkg refactor 2017-06-10 18:52:45 +02:00
operator_autopilot.go config: refactor commands to print help for flags (#3536) 2017-10-18 00:08:45 +02:00
operator_autopilot_get.go config: refactor commands to print help for flags (#3536) 2017-10-18 00:08:45 +02:00
operator_autopilot_get_test.go New config parser, HCL support, multiple bind addrs (#3480) 2017-09-25 11:40:42 -07:00
operator_autopilot_set.go commands: move flag handling into flags pkg 2017-10-18 00:08:45 +02:00
operator_autopilot_set_test.go New config parser, HCL support, multiple bind addrs (#3480) 2017-09-25 11:40:42 -07:00
operator_autopilot_test.go test: run command tests in parallel 2017-05-31 00:29:25 +02:00
operator_raft.go command: simplify 'operator raft' 2017-10-05 17:40:57 +02:00
operator_raft_list.go config: refactor commands to print help for flags (#3536) 2017-10-18 00:08:45 +02:00
operator_raft_list_test.go command: drop legacy 'operator raft' tests 2017-10-05 17:56:16 +02:00
operator_raft_remove.go config: refactor commands to print help for flags (#3536) 2017-10-18 00:08:45 +02:00
operator_raft_remove_test.go command: drop legacy 'operator raft' tests 2017-10-05 17:56:16 +02:00
operator_raft_test.go pkg refactor 2017-06-10 18:52:45 +02:00
operator_test.go test: run command tests in parallel 2017-05-31 00:29:25 +02:00
reload.go config: refactor commands to print help for flags (#3536) 2017-10-18 00:08:45 +02:00
reload_test.go New config parser, HCL support, multiple bind addrs (#3480) 2017-09-25 11:40:42 -07:00
rtt.go config: refactor commands to print help for flags (#3536) 2017-10-18 00:08:45 +02:00
rtt_test.go config: refactor commands to print help for flags (#3536) 2017-10-18 00:08:45 +02:00
snapshot_command.go config: refactor commands to print help for flags (#3536) 2017-10-18 00:08:45 +02:00
snapshot_command_test.go test: run command tests in parallel 2017-05-31 00:29:25 +02:00
snapshot_inspect.go config: refactor commands to print help for flags (#3536) 2017-10-18 00:08:45 +02:00
snapshot_inspect_test.go New config parser, HCL support, multiple bind addrs (#3480) 2017-09-25 11:40:42 -07:00
snapshot_restore.go config: refactor commands to print help for flags (#3536) 2017-10-18 00:08:45 +02:00
snapshot_restore_test.go New config parser, HCL support, multiple bind addrs (#3480) 2017-09-25 11:40:42 -07:00
snapshot_save.go config: refactor commands to print help for flags (#3536) 2017-10-18 00:08:45 +02:00
snapshot_save_test.go config: refactor commands to print help for flags (#3536) 2017-10-18 00:08:45 +02:00
util_test.go build: make tests independent of build tags 2017-08-30 13:40:18 +02:00
util_unix.go command: fix Windows build 2015-01-25 05:00:52 +01:00
util_windows.go docs: describe child process handling on Windows for lock command 2015-01-25 11:42:29 +01:00
version.go New config parser, HCL support, multiple bind addrs (#3480) 2017-09-25 11:40:42 -07:00
version_test.go test: run command tests in parallel 2017-05-31 00:29:25 +02:00
watch.go config: refactor commands to print help for flags (#3536) 2017-10-18 00:08:45 +02:00
watch_test.go New config parser, HCL support, multiple bind addrs (#3480) 2017-09-25 11:40:42 -07:00