pulumi/pkg
Robbie McKinstry aa44e5997b
Fill in fields of the PyProject.toml file.
2023-02-25 14:43:22 -05:00
..
authhelpers make linter happy 2023-02-08 10:30:10 -08:00
backend Merge #12184 #12193 2023-02-17 21:04:11 +00:00
cmd/pulumi Pass root and project to createStack 2023-02-17 21:08:35 +00:00
codegen Fill in fields of the PyProject.toml file. 2023-02-25 14:43:22 -05:00
engine pkg/engine: Prefer contract.Assertf over Assert 2023-02-15 10:23:38 -08:00
graph Update error handling (#8406) 2021-11-12 18:37:17 -08:00
importer Move `importer` into `pkg` 2023-02-09 12:57:26 -08:00
operations Merge #11819 #11834 #11842 #11845 2023-01-12 20:11:42 +00:00
resource Fix SchemaPath in deployhost 2023-02-09 23:54:42 +00:00
secrets Merge #12038 2023-02-07 21:17:31 +00:00
testing/integration feat: enable simpler Go programtest replacements 2023-01-27 00:19:43 -08:00
util all: Drop ioutil 2023-01-06 16:35:14 -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 WIP, create a pyproject.toml file from the schema. 2023-02-24 16:59:44 -05:00
go.sum WIP, create a pyproject.toml file from the schema. 2023-02-24 16:59:44 -05: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.