can `pulumi config` no longer show secrets?
# general
b
can
pulumi config
no longer show secrets?
w
It has never shown them by default - but but
pulumi config --show-secrets
should show them.
b
ahhh, i was trying to
get
just a single one, where that flag does not exist. i was expecting it to work for a single value like
pulumi stack output
. thanks.