830 B
830 B
Task Logs - Add Makefile Dry-run
Date: 2025-12-05 13:12 Mode: beastmode
Actions
- Added
reset-demo-tenants-dry-runMakefile target to previewreset-demo-tenantsworkflow without executing destructive steps. - Updated help text in root
Makefile. - Tested
make -n reset-demo-tenants-dry-runto ensure output is as expected. - Committed changes (commit
b69214e2) and pushed branchpremerge/integration-upstream.
Decisions
- Implemented dry-run by using
make -n -C starter db-resetto safely preview the destructive step and echo the subsequent script invocation.
Next steps
- Optionally implement a
seed-onlynon-destructive target that will only run the API seeding script.
Lessons
- Dry-run commands provide a safe way for developers to confirm destructive workflows before executing them.