pulumi/pkg
Pat Gavlin f6c849209a
[cli] Show rich diffs for JSON/YAML objects/arrays (#9380)
When displaying a diff between textual values, first try to decode the
old and new values as JSON and YAML. If both values decode successfully,
render the diff between the decoded values rather than the diff between
the text.

Fixes #5831.
2022-04-13 10:31:36 -07:00
..
backend [cli] Show rich diffs for JSON/YAML objects/arrays (#9380) 2022-04-13 10:31:36 -07:00
cmd/pulumi [cli] Add a replay-events debug command. (#9271) 2022-04-07 09:03:19 -07:00
codegen Escape deprecation messages before interpolating into source text (#9371) 2022-04-08 16:40:11 +01:00
engine Change BulkDecrypt to not rely on type tests (#9373) 2022-04-11 08:59:46 +01:00
graph Update error handling (#8406) 2021-11-12 18:37:17 -08:00
operations ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
resource Change BulkDecrypt to not rely on type tests (#9373) 2022-04-11 08:59:46 +01:00
secrets Change BulkDecrypt to not rely on type tests (#9373) 2022-04-11 08:59:46 +01:00
testing/integration Fix issue with parsing empty engine logs (#9316) 2022-03-30 09:38:46 -04:00
util Ensure that FormatOptions.Color is set before use in diag.defaultSink (#9334) 2022-04-01 20:22:35 +01: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 Update pkg -> sdk dependency (#9394) 2022-04-13 16:21:32 +02:00
go.sum Bump gopsutil version (#9361) 2022-04-07 15:50:26 +02: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.