Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.23 KB

README.md

File metadata and controls

37 lines (23 loc) · 1.23 KB

BOSH Build Status Code Climate

Cloud Foundry BOSH is an open source tool chain for release engineering, deployment and lifecycle management of large scale distributed services.

Install

To install the latest BOSH CLI:

gem install bosh_cli

# Plugin required for deploying MicroBOSH
gem install bosh_cli_plugin_micro

# Plugin required for 'bosh aws create' and bootstrap commands
gem install bosh_cli_plugin_aws

File a bug

Bugs can be filed using Github Issues within the various repositories of the Cloud Foundry components.

Contributing

Please read the contributors' guide