pulumi/sdk
Fraser Waters 3b97bf5788 Fix cloning from ADO repos
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.
2022-10-07 08:27:46 +01:00
..
dotnet Make getOrganization total, default to 'organization' 2022-09-22 11:06:51 -07:00
go Fix cloning from ADO repos 2022-10-07 08:27:46 +01:00
nodejs refactor: use `os.ReadDir` for lightweight directory reading 2022-09-24 15:20:43 +08:00
proto/go Fix the go_package option on the .proto files 2022-09-20 09:31:03 +01:00
python Add Output.format to python SDK 2022-10-04 22:45:49 +01:00
README.md Compile protobufs with "pulumi" namespace (#10074) 2022-07-12 14:45:03 +01:00
go.mod Update dependencies 2022-09-19 17:42:27 +00:00
go.sum Use project schema to validate projects we load 2022-09-02 10:09:24 +01:00

README.md

Pulumi Language SDKs

This directory contains the Pulumi SDKs for all supported languages.

Please see the respective READMEs for information about installing and using these libraries:

The language providers work by implementing gRPC interfaces defined in the top level directory proto.