module
Version:
v0.0.0-...-e99f857
Opens a new window with list of versions in this module.
Published: Sep 4, 2017
License: MIT
Opens a new window with license information.
README
¶
cf-fly
Build custom fly
:
go get github.com/concourse/fly
cd $GOPATH/src/github.com/concourse/fly
git remote rename origin upstream
git remote add origin git@github.com:govau/fly.git
git fetch origin envtarget
git checkout envtarget
go build
mv fly ~/bin/fly
Build cf
plugin:
go get github.com/govau/cf-fly/cmd/cf-fly-plugin
Install the plug-in:
cf install-plugin $GOPATH/bin/cf-fly-plugin -f
Run it!
cf fly pipelines
NOTE:
Assumes that if your CF is at:
https://api.system.example.com
then you are running an SSO server at:
https://cf.system.system.example.com
and a Concourse server at:
https://concourse.system.example.com
TODO: cache tokens
Directories
¶
cmd
|
|
|
|
Click to show internal directories.
Click to hide internal directories.