Skip to content

zankich/fly

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

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

Installing from the Concourse UI for Project Development

Fly is available for download in the lower right-hand corner of the concourse UI.

  1. Click the button corresponding to your OS

  2. Move the downloaded file onto your PATH

mv ~/Downloads/fly /usr/bin
  1. Make the fly file executable
chmod +x /usr/bin/fly
  1. Confirm availability with which fly

About

local development cli

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.9%
  • Shell 0.1%