https://pulumi.com logo
Title
f

flat-carpet-28845

06/24/2018, 4:08 PM
I even made some small mistakes. Not sure if some of them can be documented to help others like me. I made mistakes like not creating the project in the Go workspace directory (
$GOPATH
). Then I didn’t do
go build
and
go install .
to get the executable in the
$PATH
through the
$GOPATH/bin
- I guessed this from the error I got about the program executable missing. And while doing that I realized the dependencies didn’t install automatically, so I installed it using
dep ensure
, and then I faced the plugin issue finally, for which you just helped me 🙂
Another thing about the executable I just noticed is, after I am done deploying once with
pulumi update
and then make changes to the code, I have to again
go install .
to get a new executable in the
$PATH
and then only
pulumi
can recognize changes made. Something to think about 🤔
b

big-piano-35669

06/24/2018, 4:46 PM
Definitely something we will be thinking deeply about (especially our resident Go/language plugin experts @microscopic-florist-22719 and @incalculable-sundown-82514).
😄 1