hundreds-musician-51496
11/04/2020, 11:04 PMpulumiProgram
) has the type (string, string) => Promise<pulumi.Output<DocOutputs>>
, where DocOutput
is a simple object I previously serialized to JSON (its used as a stack output). I've shoved that into `InlineProgramArgs`:
const args: InlineProgramArgs = {
program: pulumiProgram
};
It would be awsome if stack.outputs
had the type DocOutputs
after the below:
const stack = await LocalWorkspace.createOrSelectStack(args, { workDir: "." });
Or if upRes.outputs
had that type after updating:
const upRes = await stack.up({ onOutput: <http://console.info|console.info> });
OutputMap
has special structurelemon-agent-27707
11/04/2020, 11:13 PMhundreds-musician-51496
11/04/2020, 11:14 PM