sah27513 / asb-cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Azure Service Bus CLI (asb-cli)

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

Lead Maintainer: Stephen Halliburton


npm version Build Status Dependency Status Coverage percentage

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

MIT © stephen halliburton

About

License:MIT License


Languages

Language:JavaScript 100.0%