bright-horse-50102
04/28/2022, 7:28 AMlimited-rainbow-51650
04/28/2022, 7:41 AMCommand
package:
https://www.pulumi.com/registry/packages/command/bright-horse-50102
04/28/2022, 7:47 AMechoing-dinner-19531
04/28/2022, 8:02 AMpulumi.runtime.dry_run
)
There's currently nothing for seeing the end of a deployment. I've been re-thinking the engine/program communication protocol recently a bit, so I'll keep this in mind for any new designs.bright-horse-50102
04/28/2022, 8:07 AMdry_run
definitely works for the startup behavior. I'm going to give some of the Node.js exit handlers a try - I think the exit
event would definitely work here, but that doesn't allow asynchronous work, so I'm hoping pulumi doesn't explicitly exit the process and I can use beforeExit
echoing-dinner-19531
04/28/2022, 8:39 AM