tomwhoiscontrary / fly

local development cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fly

A command line interface that runs a build in a container with ATC.

A good place to start learning about Concourse is its BOSH release.

Building

Fly is built using Go. Building and testing fly is most easily done from a checkout of concourse.

  1. Check out concourse and update submodules:
git clone git@github.com:concourse/concourse.git
cd concourse
git submodule update --init --recursive
  1. Install direnv. Once installed you can cd in and out of the concourse directory to setup your environment.

  2. You can now build the the fly binary with go build:

go build
  1. You can also now run tests by installing and running ginkgo:
go get github.com/onsi/ginkgo/ginkgo
ginkgo -r

About

local development cli

License:Apache License 2.0


Languages

Language:Go 100.0%