infunnel_cli
How do deploy to rubygems.org
And dont forget to commit to git in case you get "are not files" error when running gem build due to this row:
spec.files = git ls-files -z.split("\x0")
gem build infunnel_cli.gemspec
gem push infunnel_cli-x.x.x.gem
TODO
Add warnings if no eloqua credentials are stored in keychain.
Misc
docs for thor: http://whatisthor.com/
more docs for thor: http://www.rubydoc.info/github/wycats/thor/Thor/Shell/Color