Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 718 Bytes

cfdot-setup.md

File metadata and controls

9 lines (5 loc) · 718 Bytes

Setting up the cfdot CLI tool

The BOSH release for Diego contains a cfdot job template that deploys cfdot and jq binaries as well as a setup script to make them easy to invoke. If you deploy Diego with cf-deployment, cfdot is already available on the Diego VMs. To use it:

  1. Run bosh -d cf ssh <DIEGO_JOB>/<INDEX> to start an SSH session on a Diego deployment VM.

  2. Run source /var/vcap/jobs/cfdot/bin/setup to add the cfdot and jq executables to your PATH as well as to set environment variables for communication to the BBS API server.

See the cfdot documentation for more information on how to use the tool or run cfdot --help to show usage.