https://pulumi.com logo
Title
e

elegant-pager-5412

04/27/2021, 12:17 PM
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

prehistoric-coat-10166

04/27/2021, 12:19 PM
Automation API https://www.pulumi.com/docs/guides/automation-api/ would allow you to setup your stacks in the order you want
1
e

elegant-pager-5412

04/27/2021, 12:22 PM
Oh
Do you have an example?
p

prehistoric-coat-10166

04/27/2021, 12:25 PM
e

elegant-pager-5412

04/27/2021, 12:29 PM
Thanks