This message was deleted.
# java
s
This message was deleted.
s
Automation API might be a solution to your problem. Unfortunately, it's not yet supported by the Java SDK.
f
So for Java, Pulumi always calls System.exit() before returning from Pulumi.run()? Similar in other languages too?
m
historically, pulumi programs are run by the pulumi CLI so the library expects it can call exit afterwards and pulumi-java follows this pattern as well.