papertrail / papertrail-cli

Command-line client for Papertrail hosted syslog & app log management service
http://papertrailapp.com/
MIT License
426 stars 46 forks source link

Adds wrapper binary for adding users to an organization #81

Closed prsimp closed 3 years ago

prsimp commented 8 years ago

Accomplished easily enough with a curl but I thought it'd be nice to be able to do this from the CLI/Ruby class as well. An example use case might be using the class itself (or even shelling out w/ less room for error than w/ curl) via a Lita bot add someone to Papertrail.

I tried to mimc the style of the rest of the code, but let me know if there's anything you'd like to see done differently. Thanks in advance!