darky/bull-repl
Bull / BullMQ queue command line REPL
30 Releases
Latest: 3y ago
1.10.0LatestPre-release
✨ New
- `-f` flag for `connect`, which allow execute multiple commands from file #54
- Ability to specify count of failed jobs for retrying #53
📦 Improve
- `--exec` flag wrapping #52
0.29.0
✨ New
- `-f` flag for `connect`, which allow execute multiple commands from file #54
- Ability to specify count of failed jobs for retrying #53
📦 Improve
- `--exec` flag wrapping #52
1.9.0Pre-release
✨ New
- Extend `add` command with options #50 (thanks @dunice)
0.28.0
✨ New
- Extend `add` command with options #50 (thanks @dunice)
1.8.0Pre-release
✨ New
- Added `--exec` option for the `connect` command to be able to use commands like clean, stats, etc... #43 (thanks @Symbolic76)
- Added `--yes` option for any command waiting for a prompt answer #43 (thanks @Symbolic76)
📦 Improve
- update deps
0.27.0
✨ New
- Added `--url` option for the `connect` command (accepts both redis url and redis:sentinel url) #43 (thanks @Symbolic76)
- Added `--exec` option for the `connect` command to be able to use commands like clean, stats, etc... #43 (thanks @Symbolic76)
- Added `--yes` option for any command waiting for a prompt answer #43 (thanks @Symbolic76)
📦 Improve
- update deps
1.7.0Pre-release
✨ New
- `events-on` - Turn on logging of queue events
- `events-off` - Turn off logging of queue events
0.26.0
✨ New
- `events-on` - Turn on logging of queue events
- `events-off` - Turn off logging of queue events
1.6.0Pre-release
💥 Breaking change
- On fetch actions `--filter` option removed. Use `--query` instead
✨ New
- `--query` option for fetch jobs actions, which use power of [jq](https://stedolan.github.io/jq/manual/#Basicfilters) #30 (thanks @davestimpert)
0.25.0
💥 Breaking change
- On fetch actions `--filter` option removed. Use `--query` instead
✨ New
- `--query` option for fetch jobs actions, which use power of [jq](https://stedolan.github.io/jq/manual/#Basicfilters) #30 (thanks @davestimpert)
1.5.0Pre-release
✨ New
- Add --uri redis connection string option
📦 Improve
- Adds simple JSON examples in help output for `add` and `complete`
- Output the exception message on JSON parse errors
- Output count for array logging operations
- Uppercase command description sentences to match vorpal output
- Update bullmq, ioredis
0.24.0
📦 Improve
- Adds simple JSON examples in help output for `add` and `complete`
- Output the exception message on JSON parse errors
- Output count for array logging operations
- Uppercase command description sentences to match vorpal output
1.4.0Pre-release
✨ New
- ability to predefine startup command, when start bull-repl. For example: `bull-repl connect my-queue` (thanks @spitlo) #21
0.23.0
✨ New
- ability to predefine startup command, when start bull-repl. For example: `bull-repl connect my-queue` (thanks @spitlo) #21
0.22.1
🐛 Bug fix
- hot fix not working `connect` (thanks @rhrn) #18
1.3.0Pre-release
💥 Breaking change
- `connect --redis` removed due to explicit options: `--host`, `--port`, `--db`, `--password`
- `-p` alias on `connect` command is `--port` now and not `--prefix` like before
- `-ta` alias (`--timeAgo`) now is `-t`, `-ta` never works
- saved connections before won't work, need to resave it
✨ New
- `connect --cert` support for TLS connection
1.2.0Pre-release
💥 Breaking change
- job field `time` renamed to `timestamp`
✨ New
- job fields added: `processedOn`, `finishedOn` #17 (thanks @dubiousdavid)
📦 Improve
- ask about `clean` after options validation #16 (thanks @Ginden )
0.22.0
💥 Breaking change
- `connect --redis` removed due to explicit options: `--host`, `--port`, `--db`, `--password`
- `-p` alias on `connect` command is `--port` now and not `--prefix` like before
- `-ta` alias (`--timeAgo`) now is `-t`, `-ta` never works
- saved connections before won't work, need to resave it
✨ New
- `connect --cert` support for TLS connection
0.21.0
💥 Breaking change
- job field `time` renamed to `timestamp`
✨ New
- job fields added: `processedOn`, `finishedOn` #17 (thanks @dubiousdavid)
📦 Improve
- ask about `clean` after options validation #16 (thanks @Ginden )
1.1.1Pre-release
🐛 Bug fix
- fix problem with port forwarding #14 (thanks @jamesholcomb)
1.1.0Pre-release
💥 Breaking change
- `active`, `waiting`, `completed`, `failed`, `delayed` by default show only first 100 jobs #12
- `retry-failed` retry only first 100 failed jobs (fix memory consumption) #12
✨ New
- `active`, `waiting`, `completed`, `failed`, `delayed` can accept `--start`, `--end` options for job pagination #12 (thanks @Ginden)
0.20.0
💥 Breaking change
- `active`, `waiting`, `completed`, `failed`, `delayed` by default show only first 100 jobs #12
- `retry-failed` retry only first 100 failed jobs (fix memory consumption) #12
✨ New
- `active`, `waiting`, `completed`, `failed`, `delayed` can accept `--start`, `--end` options for job pagination #12 (thanks @Ginden)
1.0.1Pre-release
🐛 Bug fix
- fix add job `time`
1.0.0Pre-release
💥 Breaking change
- BullMQ support in 1.x.x. For Bull v3 compatibility need use 0.x.x version
0.19.0
✨ New
- `connect-save`, `connect-to`, `connect-list`, `connect-rm` commands
0.18.0
✨ New
- `retry-failed` command for retry all failed jobs in the queue (thanks @Niklv) #9
🐛 Bug fix
- error message occurred about some wrong action in unconnected state
0.17.3
📦 Improve
- more info about `-r` flag on `connect` command
- doc about command help
0.17.2
📦 Improve
- `connect` command compatible with redis url (thanks @michaeldfallen) #8
0.17.1
✨ New
- `pause` command, that pause queue
- `resume` command, that resume queue from paused state
📦 Improve
- `stats` command show *paused* count
0.16.2
📦 Improve
- catch bull errors and appear it in yellow color, like all errors in bull-repl
