I love environment variables, since it is the common denominator across all
runtimes you can imagine, including containers.
So having a broad ENV strategy for the solr server itself, as we are
approaching with EnvUtils and SOLR_ prefix etc, is AGoodThing™.
Now, when it comes to the CLI Tools, th
I think the guidance from clig.dev is pretty clear - when the configuration
is generally stable from one invocation to the next, using environment
variables is nice. Imagine starting a container, you set ZK_HOST once and
then it's good for every invocation of the tools. Otherwise you have to
have l