This seems like a silly question, but how do you i...
# general
r
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
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
r
Ha. Just found that as well, thanks for the link and responses.