open-consul/command
Daniel Nephin ae42dea2d5 Step 2: extract the grpc address logic and a new type
The new grpcAddress function contains all of the logic to translate the
command line options into the values used in the template.

The new type has two advantages.

1. It introduces a logical grouping of values in the BootstrapTplArgs
   struct which is exceptionally large. This grouping makes the struct
   easier to understand because each set of nested values can be seen
   as a single entity.
2. It gives us a reasonable return value for this new function.
2020-04-07 16:36:51 -04:00
..
acl Remove name from NewTestAgent 2020-03-31 16:13:44 -04:00
agent Remove name from NewTestAgent 2020-03-31 16:13:44 -04:00
catalog Convert the remaining calls to NewTestAgentWithFields 2020-03-31 17:14:55 -04:00
config Merge pull request #7562 from hashicorp/dnephin/remove-tname-from-name 2020-04-01 11:48:45 -04:00
connect Step 2: extract the grpc address logic and a new type 2020-04-07 16:36:51 -04:00
debug Remove name from NewTestAgent 2020-03-31 16:13:44 -04:00
event Remove name from NewTestAgent 2020-03-31 16:13:44 -04:00
exec Remove name from NewTestAgent 2020-03-31 16:13:44 -04:00
flags cli: fix typo in -namespace help text (#7225) 2020-02-05 14:43:25 -06:00
forceleave Convert the remaining calls to NewTestAgentWithFields 2020-03-31 17:14:55 -04:00
helpers Centralized Config CLI (#5731) 2019-04-30 16:27:16 -07:00
info Remove name from NewTestAgent 2020-03-31 16:13:44 -04:00
intention Remove name from NewTestAgent 2020-03-31 16:13:44 -04:00
join Remove name from NewTestAgent 2020-03-31 16:13:44 -04:00
keygen Update default gossip encryption key size to 32 bytes 2019-07-30 09:45:41 -06:00
keyring Remove name from NewTestAgent 2020-03-31 16:13:44 -04:00
kv Remove name from NewTestAgent 2020-03-31 16:13:44 -04:00
leave Remove name from NewTestAgent 2020-03-31 16:13:44 -04:00
lock Remove name from NewTestAgent 2020-03-31 16:13:44 -04:00
login Remove name from NewTestAgent 2020-03-31 16:13:44 -04:00
logout Remove name from NewTestAgent 2020-03-31 16:13:44 -04:00
maint Remove name from NewTestAgent 2020-03-31 16:13:44 -04:00
members Convert the remaining calls to NewTestAgentWithFields 2020-03-31 17:14:55 -04:00
monitor Rename NewTestAgentWithFields to StartTestAgent 2020-03-31 17:14:55 -04:00
operator Convert the remaining calls to NewTestAgentWithFields 2020-03-31 17:14:55 -04:00
reload Remove name from NewTestAgent 2020-03-31 16:13:44 -04:00
rtt Remove name from NewTestAgent 2020-03-31 16:13:44 -04:00
services Remove name from NewTestAgent 2020-03-31 16:13:44 -04:00
snapshot Remove name from NewTestAgent 2020-03-31 16:13:44 -04:00
tls docs: fix filenames (#7453) 2020-03-17 21:00:45 +01:00
validate Move internal/ to sdk/ (#5568) 2019-03-27 08:54:56 -04:00
version
watch Remove name from NewTestAgent 2020-03-31 16:13:44 -04:00
commands_oss.go bug: Consul lock does not receive signals if lock not acquired (#5909) 2020-01-22 12:44:48 -07:00
registry.go