fix: update usage guide to include non-interactive execution option for teardown scripts
This commit is contained in:
@@ -374,7 +374,12 @@ This removes security workflows, Caddy, branch protection, push mirrors, and Git
|
|||||||
./phase6_teardown.sh
|
./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
|
### Full teardown including prerequisites
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user