Is there a way to output to a JSON file what the r...
# general
a
Is there a way to output to a JSON file what the result of the stack will be after running
pulumi up
?
I.e. output what
pulumi stack export
would output after running
pulumi up
, without actually running
pulumi up
.
I'd like to have what the result will be in a file.
s
pulumi preview --json
?