Re: Environment Variables in the Solr CLI...

2025-03-06 Thread Jan Høydahl
u have to > have logic for adding that flag to every command, which probably looks like > appending "--zk-host $ZK_HOST" every time, so you're setting the > environment variable in your deployment anyway. > > On Thu, Mar 6, 2025 at 8:48 AM David Eric Pugh > wrote:

Re: Environment Variables in the Solr CLI...

2025-03-06 Thread Mike Drob
use of environment variables in the Solr CLI, > and trying to figure out why it feels like a bad thing...I think that > the reason I don't like them is that it feels like we are injecting "magic" > into our CLI, and this makes them actually more brittle and diffic

Environment Variables in the Solr CLI...

2025-03-06 Thread David Eric Pugh
I've been thinking about the use of environment variables in the Solr CLI, and trying to figure out why it feels like a bad thing...    I think that the reason I don't like them is that it feels like we are injecting "magic" into our CLI, and this makes them actually more b