https://pulumi.com logo
r

rhythmic-lawyer-36985

05/06/2020, 2:58 PM
This seems like a silly question, but how do you invoke Pulumi actions (up/preview/destroy) through the Go SDK? I see the implementation in, for example,
./pkg/cmd/pulumi/up.go
but I can't seem to find an example of not using the CLI tool to update/preview -- I was hoping to do it through a non-interactive service.
b

broad-dog-22463

05/06/2020, 3:02 PM
Hi @rhythmic-lawyer-36985 This feature isn't available at this tme I'm afraid. There is an issue on pulumi/pulumi tracking this work
w

wonderful-dog-9045

05/06/2020, 3:02 PM
r

rhythmic-lawyer-36985

05/06/2020, 3:04 PM
Ha. Just found that as well, thanks for the link and responses.