Giter Site home page Giter Site logo

spin's Introduction

Spinnaker CLI

Edit pipelines, applications & intents.

Installation & Configuration

Follow the instructions at spinnaker.io.

Development

GOPATH (< 1.12)

Fetch the code

$ go get github.com/spinnaker/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/spinnaker/spin

Fetch dependencies and build with with

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

from the root spin/ directory.

Go modules (>= 1.12)

Clone the repository to a directory outside of your GOPATH:

$ git clone https://github.com/spinnaker/spin

Afterward, use go build to build the program. This will automatically fetch dependencies.

$ go build

Upon first build, you may see output while the go tool fetches dependencies.

To verify dependencies match checksums under go.sum, run go mod verify.

To clean up any old, unused go.mod or go.sum lines, run go mod tidy.

Running the program

Run using

./spin <cmds> <flags>

Running tests

Test using

go test -v ./...

from the root spin/ directory.

spin's People

Contributors

jtk54 avatar lwander avatar stewchen avatar sergeylanzman avatar ethanfrogers avatar demobox avatar bernardomk avatar brantburnett avatar briananderson1222 avatar lordbrain avatar cj-taylor avatar gardleopard avatar nilium avatar ybai2-sc avatar clanesf avatar mihirat avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.