pulumi/pkg
bors[bot] 2fde3efd6d
Merge #11662
11662: Move over some env vars to the new lib r=iwahbe a=iwahbe

This is one of many PRs to port our environmental variable usage over to the new library.

I modified `cmdutil.Table` to allow printing multi-line rows to allow vars to have multi-line documentation.

Co-authored-by: Ian Wahbe <ian@wahbe.com>
2022-12-21 19:11:13 +00:00
..
authhelpers Add support for authentication via GOOGLE_CREDENTIALS (#6379) 2022-06-07 16:02:08 +01:00
backend Merge #11662 2022-12-21 19:11:13 +00:00
cmd/pulumi Merge #11662 2022-12-21 19:11:13 +00:00
codegen Merge #11701 2022-12-21 10:33:07 +00:00
engine Merge #11662 2022-12-21 19:11:13 +00:00
graph Update error handling (#8406) 2021-11-12 18:37:17 -08:00
operations ci: gofmt 1.18+ clean 2022-09-21 09:48:39 -07:00
resource Merge #11662 2022-12-21 19:11:13 +00:00
secrets Add tests for awskms secret manager 2022-12-02 13:38:28 +00:00
testing/integration Fix test failure on Windows 2022-12-13 12:21:36 -08:00
util cli: Clean up previous yamlutil package, update new commands 2022-12-10 12:29:33 -08:00
version duplicate version to ensure linking is properly handled 2020-03-19 12:49:34 -07:00
README.md export codegen tests for internal use (#8928) 2022-02-07 12:10:04 +01:00
go.mod chore: post-release go.mod updates 2022-12-19 21:44:16 +00:00
go.sum Merge #11665 2022-12-16 11:35:04 +00:00

README.md

pulumi/pkg

While pulumi/sdk maintains strict backwards compatibility guarantees, code under pkg/ is handled more informally: while breaking changes are still discouraged they may happen when they make sense.