2020-04-06 20:27:35 +00:00
|
|
|
- `-datacenter=<name>` - Name of the datacenter to query. If unspecified, the
|
2017-02-08 00:16:33 +00:00
|
|
|
query will default to the datacenter of the Consul agent at the HTTP address.
|
|
|
|
|
2020-04-06 20:27:35 +00:00
|
|
|
- `-stale` - Permit any Consul server (non-leader) to respond to this request.
|
2017-02-08 00:16:33 +00:00
|
|
|
This allows for lower latency and higher throughput, but can result in stale
|
|
|
|
data. This option has no effect on non-read operations. The default value is
|
2020-04-06 20:27:35 +00:00
|
|
|
false.
|