Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cloudfoundry/bosh-cli

BOSH CLI v2+
https://github.com/cloudfoundry/bosh-cli

Last synced: about 2 months ago
JSON representation

BOSH CLI v2+

Awesome Lists containing this project

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)