mirror of https://github.com/pulumi/pulumi.git
9e8435caec
If you supply a workDir to a NodeJS AutoAPI LocalWorkspace, it does not validate its correctness, and proceeds to use it when trying to spawn commands. That leads to misleading and confusing "Command failed with ENOENT: pulumi version" error messages, making it look like the issue is a missing `pulumi` binary on your PATH. This changes to eagerly check and issue a more friendly error message. Fixes #13274. |
||
---|---|---|
.. | ||
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 |