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

A nodejs Azure EventHubs cli for reading and writing events - a dev tool

License

Notifications You must be signed in to change notification settings

navicore/ehcli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A nodejs Azure EventHubs cli for reading and writing events - a dev tool

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published