https://pulumi.com logo
Title
c

cuddly-book-2159

02/06/2023, 4:04 PM
Hello, is there a pure golang client to interact with pulumi's REST API?
e

echoing-dinner-19531

02/06/2023, 4:29 PM
Not as a public library, there's bits of it in https://github.com/pulumi/pulumi/ and bits in https://github.com/pulumi/pulumi-pulumiservice
c

cuddly-book-2159

02/06/2023, 4:34 PM
Thus the recommended way to talk to the API is to use the SDK which requires pulumi's binary?
e

echoing-dinner-19531

02/06/2023, 4:55 PM
Yes, most things you want to query the API for should be exposed by the CLI and then by automation api (but that does currently need the cli installed as well)