675 B
675 B
Task Logs - Add seed-only Makefile target
Date: 2025-12-05 13:18 Mode: beastmode
Actions
- Added non-destructive Makefile target
seed-demo-tenantswhich runspython3 scripts/init_demo_tenants.pyto seed demo tenants via the API. - Updated help text in root Makefile to surface the new command.
- Tested dry-run
make -n seed-demo-tenantsto confirm behavior and committed/pushed the change.
Commits
61fb783fMakefile: add seed-demo-tenants target (non-destructive API seeder)
Next steps
- Optionally run
make seed-demo-tenantsagainst a running API to populate tenants. - Consider adding tests to validate the seeding script behavior in CI.