Re: Feedback on changing signature of two commands...

2023-10-02 Thread Eric Pugh
Yeah, the -u for credentials came out of Curl as well ;-). One less thing to remember. As far as -c, both AssertTool and PackageTool use that already as a short option, so the same issue applies. I worry that a lot of folks will learn the -u user:password pattern, and then get caught by Asse

Re: Feedback on changing signature of two commands...

2023-10-02 Thread Ishan Chattopadhyaya
How about using -u and --credentials for all other commands, but for those two commands using -c and --credentials? I like -u for credentials because curl supports that. On Tue, 3 Oct 2023 at 00:13, Eric Pugh wrote: > In SOLR-14496, we introduce Basic Auth support using the command line long >

Feedback on changing signature of two commands...

2023-10-02 Thread Eric Pugh
In SOLR-14496, we introduce Basic Auth support using the command line long option “-credentials” and the short form “-u”.This dropped in seamlessly except for two commands, AssertTool and PackageTool. AssertTool uses the -u parameter to mean “Asserts that we run as same user that owns .” An