Screwdriver commands (Sharing Binaries)
$ go get github.com/screwdriver-cd/sd-cmd
$ cd $GOPATH/src/github.com/screwdriver-cd/sd-cmd
$ go build -a -o sd-cmd
$ sd-cmd exec namespace/name@version [arguments]
go get github.com/screwdriver-cd/sd-cmd
go test -cover github.com/screwdriver-cd/sd-cmd/...
Code licensed under the BSD 3-Clause license. See LICENSE file for terms.