What is the easiest way to do so?
You are using the Consul KV store and need to be able to easily list all of the keys in a given path. What is the easiest way to do so?A . consul kv read -recursive B. consul kv get *.* C. consul kv read D. consul kv get -recurseView...