https://pulumi.com logo
b

blue-dentist-627

11/15/2018, 2:08 AM
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

creamy-potato-29402

11/15/2018, 2:27 AM
@blue-dentist-627 Can you use
pulumi preview --diff
?
b

blue-dentist-627

11/15/2018, 4:42 AM
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

creamy-potato-29402

11/15/2018, 4:44 AM
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

blue-dentist-627

11/15/2018, 7:57 AM
ok thanks