Stanislav Zhuk
Stanislav Zhuk
One side effect I noticed is that when you type `ddev ddev`, it offers to install one of the official add-ons. Should it be here (this can be considered a...
> Maybe you can exclude the common ddev- prefix in each name? Yes, I'll remove `ddev-` from the search, as the logic is not obvious.
I guess we don't need a fuzzy search with such confusing results, **D**dev-br**OW**sersy**N**c, but a partial match would be fine.
I refactored the logic: 1. It won't ask to install the add-on if it's already installed. 2. Added more comments to explain what's going on. 3. I decided to only...
@nickchomey, thanks for the suggestion, but after much thought, I wouldn't add it. > at the very least you could do some sort of wildcard match such that a partial...
I wasn't aware about that experiment. After reading it, I see that I'm trying to get it to work for an unknown scope, and it's undocumented. It works fine, but...
> suggest addon if command not found This is probably too fragile, and if we have it, it could have bad consequences when implementing commands in the future. --- >...
It has been removed here, now only `mysql` and `mysqldump` are available in the webserver container: - #6297 @rfay, I think we should reconsider adding more `mysql*` commands.
Sorry, we're probably going to close it in favor of #6353. But it's really impressive PR that got us to explore this area. @nlighteneddesign, I'll give you commit credit in...
Commit credit is given in [`c6581b0` (#6353)](https://github.com/ddev/ddev/pull/6353/commits/c6581b0946bfd9e4ea191819d69312d828a5f26b) Closing this PR.