mirror of https://github.com/pulumi/pulumi.git
4fee2766e1
Extending the idea for PULUMI_DEBUG_PROVIDERS but no into language providers. There is a missing piece that providers didn't need which is the ability to inform the language of the engine address for sending messages the other direction (ie for logging) (previously this was a parameter). I added a basic RPC that will let the engine inject that (or anything else needed in the future). IMO we should actually rename this at some point to "Initialize Language Host" and pass everything that way and NOT via CLI arguments, but for now just this. Other languages will have to be done in their own repositories after this lands. dotnet issue: pulumi/pulumi-dotnet#398 java issue: pulumi/pulumi-java#1480 yaml issue: pulumi/pulumi-yaml#694 |
||
---|---|---|
.. | ||
go |