Ability to invoke deployment from inside Java program #868
Labels
impact/usability
Something that impacts users' ability to use the product easily and intuitively
java
Pull requests that update Java code
kind/enhancement
Improvements or new features
language/java
Java
size/L
Estimated effort to complete (up to 10 days).
Hello!
Similar to pulumi/pulumi#3479 (comment) I think you will run across a lot of resistance if you force people to run their Java scripts from command-line.
For my part, I want to be able to invoke deployments from within a JVM because I want my application to trigger deployment on-demand if its resources are missing at runtime.
The text was updated successfully, but these errors were encountered: