@wraps.dev/cli 1.1.5 → 1.2.0

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
@@ -287,23 +287,25 @@ Shows:
287
287
  - Deployed resources
288
288
  - Links to dashboard
289
289
 
290
- #### `wraps dashboard`
290
+ #### `wraps console`
291
291
 
292
- Launch local web dashboard for monitoring all services.
292
+ Launch local web console for monitoring all services.
293
293
 
294
294
  **Options:**
295
- - `--port <port>` - Port to run dashboard on (default: 5555)
295
+ - `--port <port>` - Port to run console on (default: 5555)
296
296
  - `--no-open` - Don't automatically open browser
297
297
 
298
298
  **Example:**
299
299
 
300
300
  ```bash
301
- wraps dashboard
302
- wraps dashboard --port 3000 --no-open
301
+ wraps console
302
+ wraps console --port 3000 --no-open
303
303
  ```
304
304
 
305
305
  Opens at `http://localhost:5555` with real-time tracking for email activity, delivery rates, bounces, complaints, and more.
306
306
 
307
+ **Note:** The `wraps dashboard` command is deprecated. Use `wraps console` instead.
308
+
307
309
  #### `wraps destroy`
308
310
 
309
311
  Remove all deployed infrastructure across all services.
@@ -530,10 +532,13 @@ wraps init
530
532
 
531
533
  ### Global Commands ✅
532
534
  - [x] `wraps status` - Show infrastructure status (all services)
533
- - [x] `wraps dashboard` - Local web dashboard (all services)
535
+ - [x] `wraps console` - Local web console (all services)
534
536
  - [x] `wraps destroy` - Remove all infrastructure (all services)
535
537
  - [x] `wraps completion` - Shell completion
536
538
 
539
+ ### Dashboard Commands ✅
540
+ - [x] `wraps dashboard update-role` - Update hosted dashboard IAM permissions
541
+
537
542
  ### Email Commands ✅
538
543
  - [x] `wraps email init` - Deploy new infrastructure
539
544
  - [x] `wraps email connect` - Connect existing SES