open-consul/command
Daniel Nephin fc88c28bb9 config: make config.TestLoad_FullConfig use config.Load
This commit makes a number of changes that should make
TestLoad_FullConfig easier to work with, and make the test more like
real world scenarios.

* use separate files in testdata/ dir to store the config source.
  Separate files are much easier to edit because editors can syntax
  highlight json/hcl, and it makes strings easier to find. Previously
  trying to find strings would match strings used in other tests.
* use the exported config.Load interface instead of internal NewBuilder
  and BuildAndValidate.
* remove the tail config overrides, which are only necessary with
  nonZero works.
2021-01-27 17:51:53 -05:00
..
acl
agent config: make config.TestLoad_FullConfig use config.Load 2021-01-27 17:51:53 -05:00
catalog
config
connect chore: regenerate envoy golden files (#9634) 2021-01-25 14:03:15 -06:00
debug
event
exec
flags
forceleave
helpers
info
intention Fix flaky CLI Intention Listing Test 2021-01-19 15:27:49 -05:00
join
keygen
keyring
kv
leave
lock
login
logout
maint agent: move deprecated AddServiceFromSource to a test file 2021-01-25 17:25:03 -05:00
members
monitor
operator
reload
rtt
services config: replace calls to config.NewBuilder with config.Load 2021-01-27 17:34:43 -05:00
snapshot
tls Add flags to support CA generation for Connect (#9585) 2021-01-27 08:52:15 +01:00
validate config: replace calls to config.NewBuilder with config.Load 2021-01-27 17:34:43 -05:00
version
watch
commands_oss.go cli: Add consul intention list command (based on PR #6825) (#9468) 2021-01-12 21:14:31 +01:00
registry.go