Linked or parent project #756
Replies: 1 comment
-
This isn't currently possible; however, I am interested in your use-case for this. The immediate difficulty I see in this is how to handle a dependent project starting but then you manually stopping it. Does the "child" project that depends on it also need to stop? What if you are stopping it to start it again? Do we need to know that the child project was running but stopped because the parent project was stopped and now that it's restarted we'll restart the child? One option could be to use a custom |
Beta Was this translation helpful? Give feedback.
-
Hi everyone, there is any way to create an environment with a dependency? This is what i think:
In this example, if you run
warden env up
on project1 directory, will only start the project1, however, if you runwarden env up
on project2 will start first project1 and then project2.Is it possible?
Beta Was this translation helpful? Give feedback.
All reactions