Update README: Remove user admin and meta documentation
This commit is contained in:
parent
9778c20dbf
commit
bea107b4e9
@ -136,41 +136,6 @@ A unified CLI that covers all API operations.
|
||||
./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
|
||||
|
||||
```bash
|
||||
@ -240,16 +205,6 @@ Displays text files in terminal, saves binary files to `/tmp/`.
|
||||
| Auth reset-password | ✅ | ✅ | ❌ |
|
||||
| Auth account update | ✅ | ✅ | ❌ |
|
||||
| Auth list users | ✅ | ✅ | ❌ |
|
||||
| **User Admin** ||||
|
||||
| Get user | ✅ | ✅ | ❌ |
|
||||
| Update user | ✅ | ✅ | ❌ |
|
||||
| Delete user | ✅ | ✅ | ❌ |
|
||||
| **Meta** ||||
|
||||
| List meta | ✅ | ✅ | ❌ |
|
||||
| Get meta | ✅ | ✅ | ❌ |
|
||||
| Set meta | ✅ | ✅ | ❌ |
|
||||
| Delete meta | ✅ | ✅ | ❌ |
|
||||
| **Other** ||||
|
||||
| View attachments | ✅ | ❌ | ✅ |
|
||||
|
||||
### Auditing Coverage
|
||||
|
||||
Loading…
Reference in New Issue
Block a user