pulumi/sdk/nodejs/cmd/run
Thomas Gummerer 0bf6524fc1
implement RunPlugin for nodejs (#17724)
Implement RunPlugin for NodeJS. This follows a similar path as the rest
of the language runtime does, spawning a NodeJS program, which in turn
runs the plugin itself. The run-plugin code was cribbed from
run-policy-pack, which works similarly.

Note that this means that in addition to a recent language runtime, this
also requires the plugin to reference a recent version of the Pulumi
SDK. Since the main purpose of implementing this is supporting a new
feature that should be okay though.

Fixes https://github.com/pulumi/pulumi/issues/17663
2024-11-11 10:51:22 +00:00
..
index.ts implement RunPlugin for nodejs (#17724) 2024-11-11 10:51:22 +00:00
run.ts Only look for main in package.json if no entyrpoint was set via Pulumi.yaml (#16363) 2024-06-11 11:36:34 +00:00
tracing.ts Apply autoformat 2023-04-28 18:27:10 -04:00