0.0.1 • Published 5 years ago

asb-cli v0.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

Azure Service Bus CLI (asb-cli)

Utility for creating Topics, Queues, and Subscriptions with an instance of Azure Service Bus (ASB)


NPM

Table of Contents


Example

$ asb create YOUR_TOPIC_NAME

Installation

Clone

  • Clone this repo to your local machine using git clone https://github.com/sah27513/asb-cli

Setup

Install the package globally

$ npm i -g asb-cli

Features

  • Creates Topics
  • Creates Subscriptions for Topics
  • Creates Queues

Usage

asb create YOUR_QUEUE_NAME

Tests

  • To run the unit test: npm test

FAQ

  • How do I Delete a Remove All Queues
    • Run the following asb remove all

Support

Reach out to me at the following:

  • Email at sah27513@gmail.com

License

License