pulumi/pkg
Kyle Dixler dcd8976169
Removed interactive flow in `pulumi state` commands to resolve ambiguous URN selection bug.
`pulumi state delete` would provide a selector for the user to specify which resource to delete. (All of the resources listed having the same URN)
It would proceed to delete all of the resources in the state with the same URN meaning that every resource displayed is deleted from state.
2023-02-07 18:22:23 -08:00
..
authhelpers Add support for authentication via GOOGLE_CREDENTIALS (#6379) 2022-06-07 16:02:08 +01:00
backend Merge #12038 2023-02-07 21:17:31 +00:00
cmd/pulumi Removed interactive flow in `pulumi state` commands to resolve ambiguous URN selection bug. 2023-02-07 18:22:23 -08:00
codegen Update @types/node version in tests 2023-02-07 14:20:27 +00:00
engine Push DefaultSecretsProvider up to pkg/cmd 2023-01-27 12:04:52 +00:00
graph Update error handling (#8406) 2021-11-12 18:37:17 -08:00
operations Merge #11819 #11834 #11842 #11845 2023-01-12 20:11:42 +00:00
resource Revert "Support projects in the file state backend" 2023-02-02 15:26:26 -08: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 build(deps): bump github.com/Masterminds/goutils in /pkg 2023-02-07 22:34:51 +00:00
go.sum tidy.sh 2023-02-07 14:36:02 -08: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.