Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cloudfoundry/bosh-cli
BOSH CLI v2+
https://github.com/cloudfoundry/bosh-cli
Last synced: 2 days ago
JSON representation
BOSH CLI v2+
- Host: GitHub
- URL: https://github.com/cloudfoundry/bosh-cli
- Owner: cloudfoundry
- License: apache-2.0
- Created: 2016-08-30T18:06:26.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T22:10:15.000Z (8 months ago)
- Last Synced: 2024-05-22T22:47:10.034Z (8 months ago)
- Language: Go
- Homepage:
- Size: 104 MB
- Stars: 177
- Watchers: 42
- Forks: 159
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - cloudfoundry/bosh-cli - BOSH CLI v2+ (others)
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)