pulumi/sdk/nodejs/automation
Thomas Gummerer 43035d1121
do a case insentitive PATH check on windows (#15587)
We're trying to fix up the PATH in the automation API. However on
windows, the environment variable might be "Path" instead of "PATH".
Make sure to do a case insensitive match in case the platform we're on
doesn't use an all uppercase PATH.

I just noticed we're doing this
[here](https://github.com/pulumi/pulumi/blob/master/sdk/python/python.go#L202-L203)
while reading some code for unrelated reasons. I haven't actually tested
this, so if anyone has more Windows experience here to verify that this
is actually needed I'd appreciate that. We might also have to do the
same thing for nodejs and python, although I don't know if those
languages just always uppercase all environment variables?

/cc @julienp
2024-03-05 12:23:25 +00:00
..
cmd.ts do a case insentitive PATH check on windows (#15587) 2024-03-05 12:23:25 +00:00
config.ts Removing x namespace from go/python/nodejs automation packages (#6518) 2021-04-14 19:32:18 +01:00
errors.ts Rename filestate to DIY (#15314) 2024-01-30 15:53:10 +00:00
events.ts [apitype] Add RetainOnDelete to StepEventStateMetadata 2023-06-26 12:50:39 -07:00
index.ts [auto/nodejs] Support for remote operations 2022-10-28 12:56:30 -07:00
localWorkspace.ts Install Pulumi CLI from Automation API (#14991) 2024-01-19 10:43:31 +00:00
minimumVersion.ts [sdk/nodejs] Mark internal APIs `@internal` to filter from SDK docs 2022-09-20 11:54:06 -07:00
projectSettings.ts Use ESlint instead of TSlint (#7719) 2021-08-10 11:31:59 -07:00
remoteStack.ts Rename filestate to DIY (#15314) 2024-01-30 15:53:10 +00:00
remoteWorkspace.ts Apply autoformat 2023-04-28 18:27:10 -04:00
server.ts Update node sdk to use typescript definitions for grpc and protobufs. (#14415) 2023-12-04 15:22:44 +00:00
stack.ts Upgrade to grpc-js 1.10.1 and remove calls to deprecated server.start (#15500) 2024-02-23 11:32:40 +00:00
stackSettings.ts Apply autoformat 2023-04-28 18:27:10 -04:00
tag.ts Add stack tag support for nodejs automation api sdk 2022-12-14 22:27:56 -05:00
workspace.ts Install Pulumi CLI from Automation API (#14991) 2024-01-19 10:43:31 +00:00