Skip to content

Latest commit

 

History

History
 
 

bosh-cli-v2-cf-cli

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Bosh CLI V2

This image is for building containers for accessing Bosh programmatically or CF from our pipelines using the Bosh v2 CLI or using the CF Cli. Logging into Bosh, or CF, and managing secrets is to be done in the pipelines using this image.

Build locally

$ cd bosh-cli-v2
$ docker build -t bosh-cli-v2-cf-cli .

Run

docker run -i -t bosh-cli-v2-cf-cli bosh --version;cf --version