hundreds-yacht-71603
01/03/2023, 4:16 PMpulumi [up|...]
, purely from withing existing code.echoing-dinner-19531
01/03/2023, 4:25 PMhundreds-yacht-71603
01/04/2023, 10:01 AMgo run main.go [my-personal-flags]
echoing-dinner-19531
01/04/2023, 12:08 PMpulumi
but running your actual program being done via go run
3. Ensuring that the right pulumi binary is used. Even if we supported something like go run
it would somewhere internally have to shell out to the pulumi
binary, we can't write an actual native library for all of pulumi in every language.
I think the main point is two. Just having that consistent start point for everything.
We do have an issue around supporting this "just go run" it approach https://github.com/pulumi/pulumi/issues/5538 but it hasn't had a lot of traction.