docs: update readme

This commit is contained in:
2026-02-14 12:32:29 +01:00
parent 1a051b594c
commit 8f30fe7412

View File

@@ -256,6 +256,7 @@ Goyco includes a comprehensive CLI for administration:
# Database management # Database management
./bin/goyco migrate # Run database migrations ./bin/goyco migrate # Run database migrations
./bin/goyco seed database # Seed database with sample data ./bin/goyco seed database # Seed database with sample data
./bin/goyco seed database --posts 100 --users 10 --upvote-ratio 0.5 # Customize seeding
# User management # User management
./bin/goyco user create # Create new user ./bin/goyco user create # Create new user