mirror of https://github.com/pulumi/pulumi.git
c48b9d9eaf
* Accept short branch names in GitRepo.Branch Users often give short names for branches -- e.g., `dev`, rather than `refs/heads/dev`. This commit makes that work rather than produce an error, by adopting the heuristic that anything that doesn't look like a full branch name (i.e., not starting with ref/heads/) must be a short name. Signed-off-by: Michael Bridgen <mbridgen@pulumi.com> |
||
---|---|---|
.. | ||
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.