Hi, how do I go about viewing a secret from pulumi...
# general
t
Hi, how do I go about viewing a secret from pulumi from an output (eg, AWS Access Key) it just shows as [secret] and the state is all encrypted. I need to view this once to get it into some of our other infra that isn't managed by Pulumi yet
p
Copy code
--show-secrets
^ that’s a CLI parameter
t
Oh, thanks!
Hmm, that doens't seem to be an option on
pulumi update
p
Copy code
pulumi stack output <output_name> --show-secrets
I’ve never used that in
pulumi update
to be honest
t
ah ok thanks