Hey! Is there any way to run `pulumi up` recursive...
# general
e
Hey! Is there any way to run
pulumi up
recursively? It is great that Pulumi knows that it depends on some variable from another stack, however, I have to manually run
pulumi up
in that stack in order for my dependent stack to use that output from that stack. Is there any way to run
pulumi up
recursively?
p
Automation API https://www.pulumi.com/docs/guides/automation-api/ would allow you to setup your stacks in the order you want
1
e
Oh
Do you have an example?
p
e
Thanks