# bosh-cli **Repository Path**: mirrors_cloudfoundry/bosh-cli ## Basic Information - **Project Name**: bosh-cli - **Description**: BOSH CLI v2+ - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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) ## Install - [https://bosh.io/docs/cli-v2-install/](https://bosh.io/docs/cli-v2-install/) ## 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)