Edit pipelines, applications & intents.
Fetch the code
go get github.com/spinnaker/spin
Enter the code's directory:
cd $GOPATH/src/github.com/spinnaker/spin
You may need to fetch the mitchellh/cli package first:
go get github.com/mitchellh/cli
Build using
go build .
Run using
./spin <cmds> <flags>