Java but using jbang instead of mvn/gradle #9562
maxandersen
started this conversation in
Preview Features
Replies: 2 comments 1 reply
-
And alternative would be if there existed a way to run any arbitrary command, is there such “language” plugin ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
If you have your own pulumi-language-java in PATH it will use that, which is a nice way to experiment. We might be interested in merging support into https://github.com/pulumi/pulumi-java/blob/main/pkg/cmd/pulumi-language-java/main.go if you get it working. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I’m trying to enable use of jbang.dev as a way to run pulumi scripts to avoid requiring several files and directory levels when a single file can suffice.
I found https://github.com/pulumi/pulumi-java/blob/main/pkg/cmd/pulumi-language-java/main.go And can update it to have understanding of jbang, but I’m wondering how I test this best ?
What’s the easiest to “install” my own pulumi-language-java version into a pulumi install ?
Beta Was this translation helpful? Give feedback.
All reactions