digitalocean/fly

Name: fly

Owner: DigitalOcean

Description: Concourse CLI for interacting with the ATC API

Forked from: concourse/fly

Created: 2017-05-24 14:18:01.0

Updated: 2017-05-24 14:18:04.0

Pushed: 2017-05-25 14:52:55.0

Homepage:

Size: 1729

Language: Go

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

fly

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

The documentation is hosted together with Concourse's docs.

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

Reporting Issues and Requesting Features

Please report all issues and feature requests in concourse/concourse.

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:

    clone --recursive https://github.com/concourse/concourse.git
    oncourse
    
  2. Install direnv. Once installed you can cd in and out of the concourse directory to setup your environment.

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

    rc/github.com/concourse/fly
    uild
    
  4. You can also now run tests by installing and running ginkgo:

    et github.com/onsi/ginkgo/ginkgo
    go -r
    
Installing from the Concourse UI for Project Development

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

fly download links

  1. Navigate to your Concourse instance in the browser, and click the button corresponding to your OS

  2. Move the downloaded file onto your PATH

    all ~/Downloads/fly /usr/local/bin
    
  3. Confirm availability with which fly

Upgrading Fly

Fly is not available for upgrade independently of Concourse. You can download the corresponding upgraded version of Fly via the following:


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.