feat(justfile): add dev-clean / dev-clean-all teardown recipes #41
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/dev-clean-recipes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds the canonical
dev-clean/dev-clean-allteardown recipes, per GOV-7 (governance templatetemplates/justfile/cleanup.just).dev-cleanstops both dev stacks (the Traefik-routedcompose.dev.ymlstack and the localhostcompose.ymlstack, eachdown --remove-orphans, dropping their default networks), removes this repo's named volumes (rus-cargo-target-$USER,rus-data-$USER), and deletes local build/runtime artifacts (target/,data/).dev-clean-alladds removal of the images this repo builds (rus:standalone-check,rus:saas-check,rus:local) and runsdocker buildx prune --force.dev-clean,dev-local-clean, anddev-clean-allrecipes, folding both compose-stack teardowns and the named-volume removal into the canonical pair so there is one set of clean recipes.Both guard every removal with an existence check and stay scoped to this repo (no host-global prune). Verified
just --listparses and groups both under[cleanup].Part of the GOV-7 rollout; tracked there rather than via a per-repo issue.
🤖 Generated with Claude Code