feat: full anonymization of buspro xml dumps
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user