Hi Team, Can someone help with any example of how ...
# general
s
Hi Team, Can someone help with any example of how to use on_event in pulumi up, I am using pulumi auto python package…
up_res = stack.up(on_output=print)
actually logs the output in standard out, I want to return this response back to the UI as stream and not sure how i can do that. any help ?