myENA / consul-backinator

Command line Consul backup and restore utility supporting KVs, ACLs and Queries
Mozilla Public License 2.0
226 stars 22 forks source link

support for multiple address value (-add) #34

Closed nani-ar closed 7 years ago

nani-ar commented 7 years ago

Hello,

I am trying to pass an array of consul server but it gets failed, I think "-add" flag doesn't support array list.

aaronhurt commented 7 years ago

Is there a reason to expect the -addr operation to support multiple hosts? Currently the -addr option in consul-backinator works the same as the standard consul client -http-addr option and CONSUL_HTTP_ADDR environment variable.