Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
Having recently touched bin/solr for SOLR-15199, it looks like we can remove a lot of OS specific scripting by having SolrCLI parse the args and report usage instructions for every command that is implemented by SolrCLI. This will also make it easier for devs to add new commands as needed, as they likely won't need to touch the bin/solr or bin/solr.cmd scripts (which should be a goal of the improvements made in this ticket)
Attachments
Issue Links
- duplicates
-
SOLR-11946 Move bin/solr arg-parsing logic to Java
- Closed
- is a child of
-
SOLR-11206 Migrate logic from bin/solr scripts to SolrCLI
- Closed
- is related to
-
SOLR-15199 bin/solr should expose all actions provided by SolrCLI, such as "api"
- Closed
-
SOLR-16757 Umbrella Ticket for Revamping Solr CLI's for the Future
- Open
- relates to
-
SOLR-12429 ZK upconfig throws confusing error when it encounters a symlink
- Resolved
- links to
1.
|
Change the bin/solr -info logic to work like other tools. | Closed | Eric Pugh |
|
||||||||
2.
|
Refactor bin/solr and bin/solr.cmd to delegate usage help to SolrCLI | Resolved | Unassigned |
|
||||||||
3.
|
Remove the help text in bin/solr and bin/solr.cmd since it's now in Java | Resolved | Eric Pugh |
|
||||||||
4.
|
Delegate Arg parsing for AuthTool to SolrCLI | Closed | Eric Pugh |
|
||||||||
5.
|
Require collection parameter to healthcheck command | Resolved | Unassigned | |||||||||
6.
|
Add Full Lifecycle Bats test for installing a Package | Closed | Eric Pugh |
|
||||||||
7.
|
Make SolrCLI handle arg parsing of zk sub commands | Resolved | Eric Pugh |
|