mirror of https://github.com/pulumi/pulumi.git
d5831927be
11943: Test and fix for nodejs automation api r=Frassle a=Frassle nodejs automation api was setting the envvar PULUMI_CONFIG for every pulumi command it called, this tripped up the dotnet sdk which only expects PULUMI_CONFIG to be set to a valid JSON string (not the empty string). Looks like this was just a slightly confused bit of code to try and deal with parallel programs, I've moved it out of the workspace part of automation api and fixed up the inline server to deal with parallel programs correctly instead. Fixes #11945 Co-authored-by: Fraser Waters <fraser@pulumi.com> |
||
---|---|---|
.. | ||
cmd.ts | ||
config.ts | ||
errors.ts | ||
events.ts | ||
index.ts | ||
localWorkspace.ts | ||
minimumVersion.ts | ||
projectSettings.ts | ||
remoteStack.ts | ||
remoteWorkspace.ts | ||
server.ts | ||
stack.ts | ||
stackSettings.ts | ||
tag.ts | ||
workspace.ts |