Use symlinks with ddev service enable? #4562
deviantintegral
started this conversation in
Ideas
Replies: 1 comment
-
Seems like a good idea to me. Related: Also a near-term plan to do several other things in that area, https://github.com/drud/ddev/issues?q=is%3Aissue+is%3Aopen+label%3A%22addon+mechanism%22 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
One challenge with ddev services is that if a developers enables a service on their local, the service definition is copied. If the service configuration is changed, you have to manually remind any users to disable and re-enable the service to get the changes.
Is there any reason why
ddev service enable
doesn't use symlinks? I think switching that would be seen as a breaking change, but perhaps we could doddev service enable --link ...
? Though in practice I think I'm just going to recommend our team runln -s ...
to do it.Beta Was this translation helpful? Give feedback.
All reactions