diff --git a/scripts/README.md b/scripts/README.md index 2b59337..0059f54 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -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 - -# Update user field -./scripts/gantt.sh user update -./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 -``` - -### Meta Commands - -```bash -# List all meta entries -./scripts/gantt.sh meta list - -# Get specific meta value -./scripts/gantt.sh meta get - -# Set meta key-value -./scripts/gantt.sh meta set -./scripts/gantt.sh meta set lastBackup "2026-02-22" - -# Delete meta entry -./scripts/gantt.sh meta delete -``` - ### 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