# bosh CLI * Documentation: [bosh.io/docs/cli-v2](https://bosh.io/docs/cli-v2.html) * Slack: #bosh on * Mailing list: [cf-bosh](https://lists.cloudfoundry.org/pipermail/cf-bosh) * CI: * Roadmap: [Pivotal Tracker](https://www.pivotaltracker.com/n/projects/956238) ## Usage - [Install](https://bosh.io/docs/cli-v2.html) ## Client Library This project includes [`director`](director/interfaces.go) and [`uaa`](uaa/interfaces.go) packages meant to be used in your project for programmatic access to the Director API. See [docs/example.go](docs/example.go) for a live short usage example. ## Developer Notes - [Workstation setup docs](docs/build.md) - [Test docs](docs/test.md) - [CLI workflow](docs/cli_workflow.md) - [Architecture docs](docs/architecture.md)