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