diff --git a/scripts/README.md b/scripts/README.md index 9e4cae7..2b59337 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -70,6 +70,9 @@ A unified CLI that covers all API operations. # List all projects ./scripts/gantt.sh project list +# Get specific project +./scripts/gantt.sh project get + # Create project ./scripts/gantt.sh project create "Project Name" "Description" "#color" @@ -89,6 +92,9 @@ A unified CLI that covers all API operations. # List all sprints ./scripts/gantt.sh sprint list +# Get specific sprint +./scripts/gantt.sh sprint get + # Create sprint ./scripts/gantt.sh sprint create "Sprint 2" "2026-02-23" "2026-03-01" "Sprint goal" @@ -218,10 +224,12 @@ Displays text files in terminal, saves binary files to `/tmp/`. | Add comment | ✅ | ✅ | ❌ | | Attach file | ✅ | ✅ | ✅ | | List projects | ✅ | ✅ | ❌ | +| Get project | ✅ | ✅ | ❌ | | Create project | ✅ | ✅ | ❌ | | Update project | ✅ | ✅ | ❌ | | Delete project | ✅ | ✅ | ❌ | | List sprints | ✅ | ✅ | ❌ | +| Get sprint | ✅ | ✅ | ❌ | | Create sprint | ✅ | ✅ | ❌ | | Update sprint | ✅ | ✅ | ❌ | | Delete sprint | ✅ | ✅ | ❌ |