hi all - question on the pulumi cli arg `--show-se...
# general
w
hi all - question on the pulumi cli arg
--show-secrets
i see that this was added to preview on version
v3.151.0
, but when i run the following command
uv run pulumi preview --show-secrets=true -s prod --diff
(version
v3.160.0
) i still see redacted outputs. example in the diff:
Copy code
~ [29]: {
        ~ name : "RAILS_SERVE_STATIC_FILES" => "RAILS_LOG_TO_STDOUT"
          value: "[secret]"
      }
e
raise a bug, --diff goes via its own code path and probably wasn't fixed with the normal display code to show secrets