pretty sure the answer is no for the CLI itself, but I don’t think anything prevents you from running multiple instances of the CLI in parallel?
b
busy-magazine-48939
11/07/2019, 2:06 PM
Sure, this option is always there, just checking whether there is a built-in support
w
white-balloon-205
11/07/2019, 3:34 PM
Yeah - you would need to run separate `pulumi up`s for each - but of course can do that in parallel on a single machine if desired.
b
busy-magazine-48939
11/07/2019, 6:28 PM
In this case I need to resolve cross-stack dependencies myself, was hoping that pulumi cli can handle for me.
w
white-balloon-205
11/07/2019, 8:01 PM
Definitely. This sounds related to https://github.com/pulumi/pulumi/issues/2309. Would love to get details of your scenario on that issue so we can track for future additions in this area.