forked from ejhayes/bull-monitor
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request ejhayes#42 from royalpinto/cli
add cli
- Loading branch information
Showing
7 changed files
with
1,871 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# @bull-monitor/cli | ||
|
||
Command line interface fpr adapter for [bull-monitor](https://github.com/s-r-x/bull-monitor) | ||
|
||
## Installation | ||
|
||
```sh | ||
npm i -g @bull-monitor/cli | ||
``` | ||
|
||
## Usage | ||
|
||
```sh | ||
bull-monitor -q my-queue | ||
|
||
# For additonal options | ||
bull-monitor --help | ||
``` |
Oops, something went wrong.