Hum. Ok. I want the target build to be a single binary that I can distribute.
e
echoing-dinner-19531
01/24/2023, 1:38 PM
Closest we have to that is using the automation api: https://www.pulumi.com/docs/guides/automation-api/
But it's not quite a single binary, because it still needs the "pulumi" executable available as well. There's an issue tracking that https://github.com/pulumi/pulumi/issues/7219 although given the multi-language nature of automation api it's not clear if we'd ever do this.