https://pulumi.com logo
#golang
Title
g

green-morning-1318

01/07/2020, 5:22 PM
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)
3 Views