0.0
No commit activity in last 3 years
No release in over 3 years
CLI plugin for bosh to perform different deploying tasks
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0

Runtime

 Project Readme

bosh-deployer

Build Status Code Climate Coverage Status Dependency Status

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

  1. Fork it ( https://github.com/bonzofenix/bosh-deployer/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request