asb-cli

0.0.1 • Public • Published

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:


License

License

Package Sidebar

Install

npm i asb-cli

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

28.1 kB

Total Files

13

Last publish

Collaborators

  • sah27513