summaryrefslogtreecommitdiff
path: root/CLAUDE.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-06-28 00:45:19 +0300
committerPaul Buetow <paul@buetow.org>2025-06-28 00:45:19 +0300
commit0c072d964d4d07e69d1c0af1f3b09f9adc543571 (patch)
tree64df6d5011ac946c0439fc98291e66a08d2e88f1 /CLAUDE.md
parent921782160c1f07577035db56b5461a2edc3b30a8 (diff)
feat: add --delete-repo command to delete repositories from all organizations
- Added --delete-repo flag that accepts a repository name - Implemented DeleteRepo() methods in both GitHub and Codeberg API clients - Created HandleDeleteRepo handler with interactive confirmation - Shows clear status of repository across all configured organizations - Requires user to type "yes" to confirm deletion - Provides detailed feedback on success/failure for each deletion - Updated documentation and usage help 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'CLAUDE.md')
-rw-r--r--CLAUDE.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CLAUDE.md b/CLAUDE.md
index cefe274..2a5b22e 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -27,6 +27,9 @@ task clean
# Show version
./gitsyncer --version
+
+# Delete a repository from all configured organizations (with confirmation)
+./gitsyncer --delete-repo <repository-name>
```
Note: The Taskfile.yaml is configured for [go-task](https://taskfile.dev/). Install with: