ddev / ddev-solr

Solr service for DDEV
Apache License 2.0
4 stars 5 forks source link

Feature request: `ddev solr-admin` command #41

Open gitressa opened 4 weeks ago

gitressa commented 4 weeks ago

Feature request

Wouldn't it be great if ddev solr-admin launched the new default Solr over HTTPS? ddev launch :8943 is less intuitive, nor rememberable ...

Describe your solution



PS. Perhaps `` `ddev mailpit` `` should be just `ddev mailpit`?

### Related issue

- https://github.com/ddev/ddev/issues/5627
mkalkbrenner commented 4 weeks ago

Wouldn't it be great if ddev solr launched the https://github.com/ddev/ddev-solr/issues/27? ddev launch :8943 is less intuitive, nor rememberable ...

I don't understand that request. ddev solr just makes the solr command line tool available as it is. Even if it can start or stop solr, it shouldn't be used for that in ddev. We can't turn off these specific options. But other commands of that client are useful and that's why it is available, for example to create collections ore cores.

stasadev commented 4 weeks ago

@gitressa,

ddev solr is already used to run solr itself, so I would use another name like ddev solr-admin or ddev solr-ui.

The feature is quite simple, you can create a PR for it based on:

gitressa commented 4 weeks ago

Thanks for fast answers and suggesting alternative commands. Perhaps ddev solr-admin is best? I'll update the issue summary and title.

gitressa commented 4 weeks ago

PS. I created https://github.com/ddev/ddev/issues/6276 about `ddev mailpit`.