Skip to content

daniel-pittman/spin

 
 

Repository files navigation

Spinnaker CLI

Edit pipelines, applications & intents.

Installation & Configuration

Follow the instructions at spinnaker.io.

Development

Fetch the code

go get github.com/daniel-pittman/spin

Note: If you are using two-factor authentication with ssh keys to authenticate with GitHub, you may need to run the following git command:

git config --global --add url."[email protected]:".insteadOf "https://github.com/"

for the go get command to work properly.

Enter the code's directory

cd $GOPATH/src/github.com/daniel-pittman/spin

Fetch dependencies and build with with

go get -d -v -u
go build -v

from the root spin/ directory.

Run using

./spin <cmds> <flags>

Test using

go test -v ./...

from the root spin/ directory.

About

Spinnaker CLI

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.1%
  • Shell 0.9%