mirror of https://github.com/pulumi/pulumi.git
803 B
803 B
Improvements
-
[cli] Split invoke request protobufs, as monitors and providers take different arguments. #9323
-
[providers] - gRPC providers can now support an Attach method for debugging. The engine will attach to providers listed in the PULUMI_DEBUG_PROVIDERS environment variable. This should be of the form "providerName:port,otherProvider:port". #8979