Is there a way to call `pulumi preview` that gives...
# general
g
Is there a way to call
pulumi preview
that gives the same type of detail that you get when you call
pulumi up
and then click
details
? Or is there a way to call
pulumi up
and then automatically click
details
instead of
up
(this is from a CI/CD server running the command)?
l
Can you try
pulumi preview --diff
?
g
that's it and looks good, thanks Ringo