Jason Gerlowski created SOLR-11131:
--------------------------------------
Summary: bin/solr help doesn't mention "assert" as a COMMAND option
Key: SOLR-11131
URL: https://issues.apache.org/jira/browse/SOLR-11131
Project: Solr
Issue Type: Bug
Security Level: Public (Default Security Level. Issues are Public)
Components: scripts and tools
Affects Versions: master (8.0)
Environment: Any POSIX-compliant environment.
Reporter: Jason Gerlowski
Priority: Trivial
The root help/usage text for {{bin/solr}} looks like:
{noformat}
[~/c/l/solr] $ bin/solr
Usage: solr COMMAND OPTIONS
where COMMAND is one of: start, stop, restart, status, healthcheck,
create, create_core, create_collection, delete, version, zk, auth
Standalone server example (start Solr running in the background on port 8984):
./solr start -p 8984
SolrCloud example (start Solr running in SolrCloud mode using localhost:2181
to connect to Zookeeper, with 1g max heap size and remote Java debug options
enabled):
./solr start -c -m 1g -z localhost:2181 -a "-Xdebug
-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=1044"
Pass -help after any COMMAND to see command-specific usage information,
such as: ./solr start -help or ./solr stop -help
{noformat}
The list of valid commands near the top leaves off {{assert}}, a tool created
back in SOLR-9610
The usage text should be amended to include assert in the list.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]