mirror of https://github.com/pulumi/pulumi.git
6576ab28ef
This changes the "about" command in pkg/cmd to simply be a formatting shim, all the core logic of looking up backends/plugins/stacks etc is now done by a new interface that cmd calls via grpc. There's also a new "pulumi host-engine" hidden command to get the cli to simply start up and print the address of the new grpc interface. About was a fairly simple command to move over, it doesn't do any explict logging or interactivity and is ok to block until all results are collected and returned. But it lays the skeleton framework for the new interface such that we can start iterating on this for other commands, especially the new pulumi-deploy commands. |
||
---|---|---|
.. | ||
dotnet | ||
go | ||
nodejs | ||
proto/go | ||
python | ||
README.md | ||
go.mod | ||
go.sum |
README.md
Pulumi Language SDKs
This directory contains the Pulumi SDKs for all supported languages.
Please see the respective README
s for information about installing and using these libraries:
The language providers work by implementing gRPC interfaces defined in the top level directory proto.