pulumi/sdk
Abhinav Gupta d023068245
make(sdk/go): Use -C instead of cd for 'go' commands (#13853)
For `go` commands where we can,
prefer using the -C flag to change directories
instead of `cd` in the Makefile.

For the lint target, have golangci-lint print paths
relative to the directory containing the Makefile
by using its --path-prefix flag.
2023-08-31 21:12:03 +00:00
..
go make(sdk/go): Use -C instead of cd for 'go' commands (#13853) 2023-08-31 21:12:03 +00:00
nodejs Make language-python it's own module (#13819) 2023-08-31 16:35:21 +00:00
proto/go Allow language plugins to return plugin checksums (#13776) 2023-08-25 15:26:25 +00:00
python make(sdk/py): Fix install, dist, test_go, brew (#13851) 2023-08-31 20:57:59 +00:00
README.md Cleanup sdk/README.md 2023-01-03 17:12:12 -05:00
go.mod cmdutil.ReadConsole[NoEcho]: Use bubbletea (#13815) 2023-08-30 17:08:44 +00:00
go.sum cmdutil.ReadConsole[NoEcho]: Use bubbletea (#13815) 2023-08-30 17:08:44 +00:00

README.md

Pulumi Language SDKs

This directory contains Pulumi SDKs for the following languages:

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.