pulumi/pkg/backend/diy
Kevin Fairise cbefc91868
Add --show-secrets flag for up command (#18503)
This PR tries to solve https://github.com/pulumi/pulumi/issues/9830
I expected the change to be simpler but since `filterPropertyValues`
override any secret with the `[secret]`
([here](https://github.com/pulumi/pulumi/blob/master/pkg/engine/events.go#L685))
value I needed to change that first.

I will add some new tests, update the `preview` command as well, and add
a changelog. But first I'd like some feedback to make sure that I
started in the correct direction and that I did not miss something.

---------

Co-authored-by: Fraser Waters <frassle@gmail.com>
2025-02-14 20:33:29 +00:00
..
backend.go Add --show-secrets flag for up command (#18503) 2025-02-14 20:33:29 +00:00
backend_legacy_test.go Introduce snapshot metadata (#17430) 2024-09-30 16:45:40 +00:00
backend_test.go Introduce snapshot metadata (#17430) 2024-09-30 16:45:40 +00:00
bucket.go retry deletes in a bucket if they fail (#18059) 2024-12-18 09:38:13 +00:00
bucket_test.go retry deletes in a bucket if they fail (#18059) 2024-12-18 09:38:13 +00:00
doc.go
lock.go [backend/diy] Show a more correct URL for lock files (#17961) 2024-12-09 08:21:51 +00:00
lock_test.go [backend/diy] Show a more correct URL for lock files (#17961) 2024-12-09 08:21:51 +00:00
meta.go
meta_test.go
pool.go
pool_test.go
snapshot.go Persist initial states in DIY backend (#17372) 2024-09-26 14:45:09 +00:00
stack.go Replace `result.Result` with native errors (#17044) 2024-08-22 14:39:59 +00:00
state.go don't make backups if the object doesn't exist (#18060) 2024-12-17 17:05:25 +00:00
store.go
store_test.go