modulepackage
2.4.1-rc.7+incompatible
Repository: https://github.com/jadekler/fly.git
Documentation: pkg.go.dev
# README
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.
- Check out concourse and update submodules:
git clone --recursive https://github.com/concourse/concourse.git
cd concourse
-
Install direnv. Once installed you can
cd
in and out of the concourse directory to setup your environment. -
You can now build the the fly binary with go build:
cd src/github.com/concourse/fly
go build
- 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.
-
Navigate to your Concourse instance in the browser, and click the button corresponding to your OS
-
Move the downloaded file onto your PATH
install ~/Downloads/fly /usr/local/bin
- Confirm availability with
which fly
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author