bosh-deployer
Tired of repeting yourself all the time when using bosh? Here are a couple of tools that can help you when working with bosh.
Installation
$ gem install bosh-deployer
Usage
|2.1.2| in ~/workspace/bosh-deployer
± am |master ✓| → bosh deployer
bosh deployer sub-commands:
deployer
show deployer sub-commands
deployer provision stemcells
finds and uploads the required stemcell point out in your manifest to bosh
deployer generate stub <name> [<path>]
Creates stub file to be compile with Spiff.
deployer target <name> [<filepath>]
Targets bosh or microbosh from a deployment.yml, stub.yml or bosh-bootstrap microbosh settings.yml
Contributing
- Fork it ( https://github.com/bonzofenix/bosh-deployer/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request