eventhub-command

Event Hub Command Line Tool includes the following features

  • Packaging Event Hub Processor's
  • Pushing Channel Adapter and Processor configuration files to servers
  • Scaffold your Event Hub Processor

Installation

Install gem and make command provided by this gem available

$ gem i eventhub-command
$ rbenv rehash

First time running the command

$ eh
Config file missing: ~/.eh, will create it now...
Please specify the Eventhub SVN root directory (i.e. the directory which contains the 'src', 'release', ... directories
/Users/username/dev/event_hub
Config file written to /Users/username/.eh. Please try again.
$ 

Usage