Is there any way to view a secret value afterwards...
# general
f
Is there any way to view a secret value afterwards? or is it lost forever unless you have a post-it note on your desk with the secret written down?
c
Copy code
pulumi config --show-secrets
b
As long as you have access to that stack and the key (or just the stack if you’re using the service) you can view it
Also
pulumi stack output
depending whether the secret is an output or a config value
f
I can only use the CLI not the web?
b
Yes
f
okay, thanks 👍