Is there a way I can run `pulumi.Run(func(ctx *pul...
# golang
g
Is there a way I can run
pulumi.Run(func(ctx *pulumi.Context) error {})
from somewhere else in my Go apps? I’m trying to see if I can create one cli with a few target commands to take care of the entire lifecycle of my app (like get dependencies using go get, compiling the sources, and using pulumi to deploy)