Update README: Remove user admin and meta documentation

This commit is contained in:
Max 2026-02-21 17:58:40 -06:00
parent 9778c20dbf
commit bea107b4e9

View File

@ -136,41 +136,6 @@ A unified CLI that covers all API operations.
./scripts/gantt.sh auth users ./scripts/gantt.sh auth users
``` ```
### User Admin Commands
```bash
# List all users
./scripts/gantt.sh user list
# Get specific user
./scripts/gantt.sh user get <user-id>
# Update user field
./scripts/gantt.sh user update <user-id> <field> <value>
./scripts/gantt.sh user update abc-123 name "New Name"
./scripts/gantt.sh user update abc-123 email "new@example.com"
# Delete user
./scripts/gantt.sh user delete <user-id>
```
### Meta Commands
```bash
# List all meta entries
./scripts/gantt.sh meta list
# Get specific meta value
./scripts/gantt.sh meta get <key>
# Set meta key-value
./scripts/gantt.sh meta set <key> <value>
./scripts/gantt.sh meta set lastBackup "2026-02-22"
# Delete meta entry
./scripts/gantt.sh meta delete <key>
```
### Debug ### Debug
```bash ```bash
@ -240,16 +205,6 @@ Displays text files in terminal, saves binary files to `/tmp/`.
| Auth reset-password | ✅ | ✅ | ❌ | | Auth reset-password | ✅ | ✅ | ❌ |
| Auth account update | ✅ | ✅ | ❌ | | Auth account update | ✅ | ✅ | ❌ |
| Auth list users | ✅ | ✅ | ❌ | | Auth list users | ✅ | ✅ | ❌ |
| **User Admin** ||||
| Get user | ✅ | ✅ | ❌ |
| Update user | ✅ | ✅ | ❌ |
| Delete user | ✅ | ✅ | ❌ |
| **Meta** ||||
| List meta | ✅ | ✅ | ❌ |
| Get meta | ✅ | ✅ | ❌ |
| Set meta | ✅ | ✅ | ❌ |
| Delete meta | ✅ | ✅ | ❌ |
| **Other** ||||
| View attachments | ✅ | ❌ | ✅ | | View attachments | ✅ | ❌ | ✅ |
### Auditing Coverage ### Auditing Coverage