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
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
>
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