Skip to content

jeanbza/git-bosh-manifest-organizer

Repository files navigation

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.

About

Reorganize your bosh manifests!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages