mirror of https://github.com/pulumi/pulumi.git
3b97bf5788
Small path bug, "git clone" by default clones to a new folder based on the last part of the repo name. So running something like `pulumi new https://fraser0275@dev.azure.com/fraser0275/fraser/_git/fraser` resulted in us making a folder like /tmp/pulumi-templates-1234/fraser with all the templates in it. That last part of the path was unexpected, because when we use gogit it clones directly into the target directory we give it. Simple fix to just add `.` to the git clone command. I also added some logging while I was about here, given it helped me work out this issue. |
||
---|---|---|
.. | ||
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.