/sd-cmd

Screwdriver commands (Sharing Binaries)

Primary LanguageGoOtherNOASSERTION

sd-cmd

Build Status Go Report Card
Screwdriver commands (Sharing Binaries)

Usage

Install

$ go get github.com/screwdriver-cd/sd-cmd
$ cd $GOPATH/src/github.com/screwdriver-cd/sd-cmd
$ go build -a -o sd-cmd

Execute

$ sd-cmd exec namespace/name@version [arguments]

Testing

go get github.com/screwdriver-cd/sd-cmd
go test -cover github.com/screwdriver-cd/sd-cmd/...

License

Code licensed under the BSD 3-Clause license. See LICENSE file for terms.