fix: update usage guide to include non-interactive execution option for teardown scripts

This commit is contained in:
S
2026-03-02 11:55:06 -05:00
parent 9b9cd1d289
commit 25a28d78f0

View File

@@ -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