sparse-intern-71089
11/08/2018, 2:19 PMwhite-balloon-205
pulumi config set <key> $(pulumi stack output <outname> --s sourceStack)
We're actively working on an alternative where you could do something more like pulumi.getStack("lukehoban/mystack").output["outname"]
from within a Pulumi program to retrieve the outputs directly from another stack you have access to. https://github.com/pulumi/pulumi/issues/109 is tracking this.helpful-continent-74245
11/09/2018, 10:56 AM