/bosh-cli

BOSH CLI v2

Primary LanguageGoApache License 2.0Apache-2.0

bosh CLI

Usage

Installing using a package manager

Mac OS X (using Homebrew via the cloudfoundry tap):

$ brew install cloudfoundry/tap/bosh-cli

Client Library

This project includes director and uaa packages meant to be used in your project for programmatic access to the Director API.

See docs/example.go for a live short usage example.

Developer Notes