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

A cli for Azure Service Bus reading and writing

License

Notifications You must be signed in to change notification settings

navicore/sbcli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sbcli

Codacy Badge

A node commander cli for Azure Service Bus reading and writing

INSTALLATION

something like:

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

USAGE

  Usage: sbcli [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:

    publish|p <topic> <message>  write a message
    write|w <queue> <message>    write a message
    read|r <queue>               read a message

About

A cli for Azure Service Bus reading and writing

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published