Hey, is it possible to save the outputs from a pre...
# general
l
Hey, is it possible to save the outputs from a preview? I'd like to have access to what pulumi believes the outputs will be after a preview has taken place and the
--json
command doesn't provide this in a straightforward way
f
You can do it if you turn on PULUMI_EXPERIMENTAL. For example:
PULUMI_EXPERIMENTAL=true pulumi preview --save-plan=plan.json
l
hmm this didn't work for me I may need to upgrade
thank you