bosh-cli

Deploy and manage Cloud Foundry BOSH cloud infrastructure

brewmacoslinux
Try with needOr install directly
Source

About

Cloud Foundry BOSH CLI v2

Commands

bosh

Examples

Initialize and target a BOSH director$ bosh alias-env my-env -e 192.168.1.6 --ca-cert <(bosh int creds.yml --path /director_ssl/ca)
Deploy a BOSH release to an environment$ bosh -e my-env deploy manifest.yml -l vars.yml
List all VMs deployed in the environment$ bosh -e my-env vms