README.md in lita-locker-1.0.5 vs README.md in lita-locker-1.0.6
- old
+ new
@@ -42,9 +42,18 @@
unlock <label> - Remove a reservation. This can only be done by whomever made the request. Can have # comments afterwards.
steal <label> - Force removal of a reservation. This can be done by anyone. Can have # comments afterwards.
locker give <label> to <user> - Transfer ownership of a lock to another user. This can only be done by the lock's current owner. Can have # comments afterwards.
```
+### Status
+```
+locker status <label or resource> - Show the current state of <label or resource>
+locker list <username> - Show what locks a user currently holds
+locker log <label> - Show up to the last 10 activity log entries for <label>
+locker observe <label> - Get a notification when <label> becomes available
+locker unobserve <label> - Stop getting notifications when <label> becomes available
+```
+
### Queueing
```
lock <label> - If <label> is already locked, adds you to a FIFO queue of pending reservations for <label>
locker dequeue <label> - Remove yourself from the queue for <label>
```