Ugv

A simple gem that will write data to a usergrid installation, then verify the data was written correctly and can be retrieved.

Installation

Install it yourself as:

$ gem install ugv

Usage

Usage is very simple. There 2 primary commands, outline below

Writing data:

$ ugv write [api] [adminuser] [adminpassword] [orgname] [appname]

Verifying data:

$ ugv verify [api] [adminuser] [adminpassword] [orgname] [appname]

Contributing

  1. Fork it
  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 new Pull Request