hi, i would like to know if there a way to easily ...
# general
b
hi, i would like to know if there a way to easily display what there is inside a pulumi object for debugging purpose at deployment time where all properties are resolved ?
c
@blue-dentist-627 Can you use
pulumi preview --diff
?
b
thanks, but it was more about displaying all the objects properties ( for example i created s3 and see all the properties of the s3 ouput object)
c
you could check the pulumi site. the resources tab, I believe, has that information.
but I don’t think there is a way to get that info from the CLI
also an interesting feature request. cc @white-balloon-205
b
ok thanks