.. |
agent
|
Added -relay-factor param to keyring operations
|
2017-02-01 21:53:29 -05:00 |
base
|
Small tweaks to base command
|
2017-02-07 20:56:49 -05:00 |
configtest.go
|
Move command Meta to base.Command and split http options
|
2017-02-07 19:16:41 -05:00 |
configtest_test.go
|
Move command Meta to base.Command and split http options
|
2017-02-07 19:16:41 -05:00 |
event.go
|
command: event command supports -token arg
|
2015-06-22 16:59:41 -07:00 |
event_test.go
|
…
|
|
exec.go
|
Speling police
|
2016-05-15 09:13:52 -07:00 |
exec_test.go
|
More flaky unit test fixes (#2449)
|
2016-10-31 09:59:20 -07:00 |
force_leave.go
|
Move command Meta to base.Command and split http options
|
2017-02-07 19:16:41 -05:00 |
force_leave_test.go
|
Move command Meta to base.Command and split http options
|
2017-02-07 19:16:41 -05:00 |
info.go
|
Removes the GOMAXPROCS warnings which are obsolete for Go 1.5+.
|
2015-11-25 17:59:16 -08:00 |
info_test.go
|
…
|
|
join.go
|
…
|
|
join_test.go
|
…
|
|
keygen.go
|
Add keyring http endpoints
|
2016-11-22 20:10:43 -05:00 |
keygen_test.go
|
…
|
|
keyring.go
|
Added -relay-factor param to keyring operations
|
2017-02-01 21:53:29 -05:00 |
keyring_test.go
|
Added -relay-factor param to keyring operations
|
2017-02-01 21:53:29 -05:00 |
kv_command.go
|
Add kv command stubs
|
2016-09-26 16:06:53 -07:00 |
kv_command_test.go
|
Add kv command stubs
|
2016-09-26 16:06:53 -07:00 |
kv_delete.go
|
Fix kv put flags
|
2016-09-26 16:13:39 -07:00 |
kv_delete_test.go
|
Change delete CAS behavior to require ModifyIndex
|
2016-09-26 16:06:55 -07:00 |
kv_export.go
|
cli: Add KV `export` and `import`
|
2017-01-05 07:57:38 -06:00 |
kv_export_test.go
|
cli: Fix printf format in KV Export Test
|
2017-01-05 09:28:12 -06:00 |
kv_get.go
|
cli: Add -base64 option to `consul kv get`
|
2017-01-04 15:41:40 -06:00 |
kv_get_test.go
|
cli: Add -base64 option to `consul kv get`
|
2017-01-04 15:41:40 -06:00 |
kv_import.go
|
cli: Add KV `export` and `import`
|
2017-01-05 07:57:38 -06:00 |
kv_import_test.go
|
cli: Add KV `export` and `import`
|
2017-01-05 07:57:38 -06:00 |
kv_put.go
|
s/givne/given/
|
2017-01-19 09:16:31 -08:00 |
kv_put_test.go
|
cli: Fix panic on empty data argument to `kv put`
|
2017-01-05 08:02:38 -06:00 |
leave.go
|
Convert leave command to use base.Command
|
2017-02-09 16:48:12 -05:00 |
leave_test.go
|
Convert leave command to use base.Command
|
2017-02-09 16:48:12 -05:00 |
lock.go
|
Move command Meta to base.Command and split http options
|
2017-02-07 19:16:41 -05:00 |
lock_test.go
|
Move command Meta to base.Command and split http options
|
2017-02-07 19:16:41 -05:00 |
maint.go
|
Convert maint command to use base.Command
|
2017-02-09 17:06:19 -05:00 |
maint_test.go
|
Convert maint command to use base.Command
|
2017-02-09 17:06:19 -05:00 |
members.go
|
Used 'unconvert' to remove unneeded conversions
|
2016-03-18 16:12:56 +01:00 |
members_test.go
|
Include DC in the members command output
|
2015-05-15 23:26:34 +02:00 |
monitor.go
|
…
|
|
operator.go
|
Operator docs update
|
2016-11-16 09:04:37 +00:00 |
operator_test.go
|
Adds new consul operator endpoint, CLI, and ACL and some basic Raft commands.
|
2016-08-30 00:02:50 -07:00 |
reload.go
|
…
|
|
reload_test.go
|
…
|
|
rpc.go
|
Remove redundant hardcoded environment variables
|
2016-08-03 14:40:26 +08:00 |
rpc_test.go
|
Remove redundant hardcoded environment variables
|
2016-08-03 14:40:26 +08:00 |
rtt.go
|
Correct the rtt -wan error message
|
2016-03-04 16:27:30 -05:00 |
rtt_test.go
|
Test fixes (#2434)
|
2016-10-25 13:46:54 -07:00 |
snapshot_command.go
|
Add snapshot inspect subcommand (#2451)
|
2016-10-31 19:37:27 -04:00 |
snapshot_command_test.go
|
Adds support for snapshots and restores. (#2396)
|
2016-10-25 19:20:24 -07:00 |
snapshot_inspect.go
|
Moves the snapshot package up one level. (#2472)
|
2016-11-03 21:36:25 -07:00 |
snapshot_inspect_test.go
|
Add snapshot inspect subcommand (#2451)
|
2016-10-31 19:37:27 -04:00 |
snapshot_restore.go
|
Finishes move of datacenter into client vs. options. (#2470)
|
2016-11-03 14:21:02 -07:00 |
snapshot_restore_test.go
|
Adds support for snapshots and restores. (#2396)
|
2016-10-25 19:20:24 -07:00 |
snapshot_save.go
|
Moves the snapshot package up one level. (#2472)
|
2016-11-03 21:36:25 -07:00 |
snapshot_save_test.go
|
Adds support for snapshots and restores. (#2396)
|
2016-10-25 19:20:24 -07:00 |
util_test.go
|
Add reload/leave http endpoints (#2516)
|
2016-11-30 13:29:42 -05: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
|
Tweaks formatting of Consul version.
|
2016-08-25 17:12:55 -07:00 |
version_test.go
|
…
|
|
watch.go
|
Fixes a typo and adds stale documentation to website.
|
2016-08-10 15:46:28 -07:00 |
watch_test.go
|
…
|
|