compose/docs
Guillaume Lours a896529193 fix(bridge): confirm before wiping non-empty convert output dir
`bridge convert -o <dir>` unconditionally ran `os.RemoveAll` on the
output directory and discarded any error, so a typo (`-o .`, `-o
$PWD`, `-o ~`) silently destroyed unrelated user data.

An empty or missing output directory is still created silently, but a
non-empty one now requires explicit confirmation (prompted
interactively, or via the new `--yes` flag for scripts/CI) before
being wiped.

Signed-off-by: Guillaume Lours <glours@users.noreply.github.com>
2026-09-03 14:38:41 +02:00
..
examples test(docs): compile the sdk.md examples 2026-08-27 11:21:03 +02:00
reference fix(bridge): confirm before wiping non-empty convert output dir 2026-09-03 14:38:41 +02:00
yaml/main golangci-lint: use gci formatter instead of goimports 2025-12-01 12:21:50 +01:00
extension.md Document rawsetenv in stop section and sequence diagram 2026-06-23 15:01:33 +02:00
sdk.md test(docs): compile the sdk.md examples 2026-08-27 11:21:03 +02:00