Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 804 Bytes

040-cfdot-setup.md

File metadata and controls

15 lines (10 loc) · 804 Bytes
title expires_at tags
Setting up the cfdot CLI tool
never
diego-release

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.