Relic
Relic makes it super easy to bring data from the New Relic API to your console.
Installation
$ gem install relic
Usage
After installing Relic, execute relic --help
to get a list of the commands.
Contributing
- Fork it ( http://github.com/ColbyAley/relic/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 new Pull Request