From 25a28d78f02a3ffecf3026e9aa047cb049d8e6e7 Mon Sep 17 00:00:00 2001 From: S Date: Mon, 2 Mar 2026 11:55:06 -0500 Subject: [PATCH] fix: update usage guide to include non-interactive execution option for teardown scripts --- USAGE_GUIDE.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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