Skip to content
This repository has been archived by the owner on Sep 10, 2020. It is now read-only.

Latest commit

 

History

History
34 lines (20 loc) · 860 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 860 Bytes

ehcli

Codacy Badge

A node commander cli for Azure EventHubs reading and writing

INSTALLATION

Something like:

git clone https://github.com/navicore/ehcli.git && cd ehcli && yarn install && yarn link

USAGE

  Usage: ehcli [options] [command]

  IMPORTANT: set env var CONNSTR= to a Service Bus Connection String. See Shared access policies.


  Options:

    -V, --version  output the version number
    -h, --help     output usage information


  Commands:

    printIds|p <hub>            print partition IDs
    write|w <hub> <event>       write an event
    read|r <hub> <partitionId>  read an event