You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suppose we have a mixin with some commands. And in main vagga.yaml we have Supervise command in which we want to use command from mixin. Anchors also don't work between different files. So at the moment the only way is to move such command into main vagga config.
So I suggest to implement one more tag for supervised child: LinkCommand. Below shows how it might look like:
Suppose we have a mixin with some commands. And in main
vagga.yaml
we haveSupervise
command in which we want to use command from mixin. Anchors also don't work between different files. So at the moment the only way is to move such command into main vagga config.So I suggest to implement one more tag for supervised child:
LinkCommand
. Below shows how it might look like:postgres.yaml
:vagga.yaml
:The text was updated successfully, but these errors were encountered: