feat: full anonymization of buspro xml dumps

This commit is contained in:
Björn Fromme
2026-06-21 16:49:54 +02:00
parent d77f92b6f0
commit 52ee6b26b1
6 changed files with 922 additions and 85 deletions
+10
View File
@@ -1103,6 +1103,16 @@ php bin/console app:bpn:replay <file> [--dry-run|-d] [--output|-o <file>]
Replays stored XML requests against the API for debugging.
#### app:bpn:xml-anonymize
```bash
php bin/console app:bpn:xml-anonymize <file-or-folder> [<output-file-or-folder>]
```
Anonymizes a single BPN XML dump or all XML dumps in a folder. Request/response
pairs are processed together so the anonymized identities stay consistent across
both files.
#### app:bpn:xml-sync
```bash