I had an issue where the bosh cli installation failed because I was on a corporate VPN that forces the use of a proxy, which was not set in my environment. Easy enough to fix, but the script just said that was installing the bosh cli and then exited cleanly. It wasn't until I looked at bocc/bin/bosh and saw that it was empty that I figured out what was going on.
I had an issue where the bosh cli installation failed because I was on a corporate VPN that forces the use of a proxy, which was not set in my environment. Easy enough to fix, but the script just said that was installing the bosh cli and then exited cleanly. It wasn't until I looked at
bocc/bin/bosh
and saw that it was empty that I figured out what was going on.