Pullmatic

Pullmatic ia a tool for collecting server states and printing as JSON string via SSH.

Build Status Coverage Status

Installation

Add this line to your application's Gemfile:

gem 'pullmatic'

And then execute:

$ bundle

Or install it yourself as:

$ gem install pullmatic

Usage

Usage: pullmatic export --host=[host] [options]

Options: --user ssh user --password ssh password --sudo_password sudo password

Examples:

$ pullmatic export --host=10.14.28.139 > server.json

License

The gem is available as open source under the terms of the MIT License.