Add welcomebot-signups CLI to inspect signup-IP classification history

This commit is contained in:
2026-07-02 16:53:36 -07:00
parent 0a196c3788
commit 37577fbb56
3 changed files with 110 additions and 2 deletions
+1
View File
@@ -231,6 +231,7 @@ test toot.
```bash
welcomebot-logs -f --abuse # convenience CLI on admin (see bin/welcomebot-logs)
welcomebot-signups --flagged # signup-IP classification history (see bin/welcomebot-signups)
docker compose logs -f welcomebot # watch deliveries
docker compose restart welcomebot # after editing .env
docker compose down && docker compose up -d --build # redeploy after code change