Hi Java lovers. When I rename a class generated by...
# java
s
Hi Java lovers. When I rename a class generated by the java-jbang template the
pulumi preview
still try to launch
jbang src/main.java
(see https://github.com/pulumi/pulumi-java/blob/139f29b1ee71303fd129fef4dd9021c21a1f49db/pkg/internal/executors/executor_jbang.go#L28). Do you know how to indicate a different name to the pulumi CLI? Thanks :)
ok I find the answer in the doc (https://www.pulumi.com/docs/iac/concepts/projects/project-file/#runtime-options) with the binary option. Perhaps a parameter in the CLI will be a good thing too ;)