diff --git a/USAGE_GUIDE.md b/USAGE_GUIDE.md index 2537d27..3fd0570 100644 --- a/USAGE_GUIDE.md +++ b/USAGE_GUIDE.md @@ -374,7 +374,12 @@ This removes security workflows, Caddy, branch protection, push mirrors, and Git ./phase6_teardown.sh ``` -Each teardown script is safe to run independently and prompts before destructive actions. +Each teardown script is safe to run independently and prompts before destructive actions by default. +For non-interactive execution, use `--yes` (or `-y`): + +```bash +./phase6_teardown.sh --yes +``` ### Full teardown including prerequisites