bullmq-dash 0.2.4 → 0.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -123,7 +123,7 @@ bullmq-dash queues list --profile prod --redis-url redis://localhost:6380
123
123
 
124
124
  1. `--redis-url <url>`
125
125
  2. `redis.url` from `--profile <name>` or the file's `defaultProfile`
126
- 3. Otherwise: the interactive prompt (TUI mode) or `CONFIG_ERROR` (subcommands / `--web`)
126
+ 3. Otherwise: the interactive prompt (TUI mode) or `CONFIG_ERROR` (subcommands)
127
127
 
128
128
  **File location** — the first match wins:
129
129
 
@@ -137,25 +137,6 @@ bullmq-dash queues list --profile prod --redis-url redis://localhost:6380
137
137
  is unset, the command fails fast with `CONFIG_ERROR` rather than connecting
138
138
  without auth — keep passwords out of the file itself.
139
139
 
140
- ## Browser Terminal Mode
141
-
142
- `bullmq-dash` includes a built-in web terminal mode powered by a Fastify + PTY bridge.
143
-
144
- ```bash
145
- bullmq-dash --web --redis-url redis://localhost:6379
146
- ```
147
-
148
- Then open:
149
-
150
- ```text
151
- http://127.0.0.1:3001
152
- ```
153
-
154
- Optional web server flags:
155
-
156
- - `--web-host <host>` (default: `127.0.0.1`)
157
- - `--web-port <port>` (default: `3001`)
158
-
159
140
  ## Keyboard Shortcuts
160
141
 
161
142
  ### Navigation