cage icon indicating copy to clipboard operation
cage copied to clipboard

Allow more complex `up --init` dependencies

Open emk opened this issue 5 years ago • 0 comments

I'm seeing some cases where users need to write:

cage up --init
cage up some_pod --init
cage up

I'd like to reduce that to a single cage up --init, but that may require some way of declaring more complex dependencies between pods. I think the current mechanism is "placeholders start first, then all other pods start in parallel."

Maybe this already works using that rule? Anyway, check it.

emk avatar Apr 15 '20 15:04 emk