No commit activity in last 3 years
No release in over 3 years
provides tools for customizing deployments and provisioning your jenkins machine with the changes.
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

CiInfrastructureCfCli

Build Status Code Climate Coverage Status Dependency Status

Command line application for managing your ci_infrastructure_cf. Provides tools for customizing deployments and provisioning your jenkins machine with the changes.}

Installation

$ gem install ci_infrastructure_cf_cli

Usage

  |2.1.2| Alans-Macbook-Pro in ~/workspace/ci_infrastructure_cf_cli
  ± am |master ✓| → be cic
  Commands:
    cic edit_stub <NAME>      # Edits bosh or cloudfoundry stub for any custom change (eg: number of instances, PEMs, etc)
    cic generate_stub <NAME>  # Interactively generates a bosh or cloudfoundry that lets you generate a full deployment manifest with spiff
    cic help [COMMAND]        # Describe available commands or one specific command
    cic provision             # Provision ci_infrastructure_cf jenkins machine

Contributing

  1. Fork it ( https://github.com/bonzofenix/ci_infrastructure_cf_cli/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