No commit activity in last 3 years
No release in over 3 years
Organize your bosh manifests!
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 1.11
~> 10.0
~> 3.0
 Project Readme

Bosh::Manifest::Organizer

Build Status

Reorganize your bosh manifests!

Installation

gem install bosh-manifest-organizer

Usage

CLI:

bosh download manifest some-deployment | bosh-manifest-organizer

Library:

  1. Add gem 'bosh-manifest-organizer' to your Gemfile

  2. bundle install

  3. In code:

    require 'bosh-manifest-organizer'
    
    Bosh::Manifest::Organizer.organize_yml('foo: 5')
    

Development

Building:

  1. gem build bosh-manifest-organizer.gemspec
  2. gem install bosh-manifest-organizer-0.1.0.gem
  3. echo "foo: 5" | bosh-manifest-organizer

Testing:

  1. rspec

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/bosh-manifest-organizer.