This message was deleted.
# python
s
This message was deleted.
g
Hi @bright-orange-69401, we actually have a number of customers doing something like this. This isn't built in to Pulumi itself, but you could easily wrap the Pulumi CLI execution in your own application to do this. There's a
--json
flag on
preview
that will let you inspect the changes before executing and then you can inspect the JSON state file for any outputs or data you want to retrieve from it.
b
Good to know, thanks 🙂