docs: update readme
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user