v0.8.4: add strict sidecar verification
pipeline / test (push) Has been cancelled
pipeline / build (push) Has been cancelled

This commit is contained in:
Ein Anderssono
2026-06-15 01:58:38 +02:00
parent 32a5819c86
commit fbc37b8d8d
7 changed files with 85 additions and 11 deletions
+6
View File
@@ -363,6 +363,12 @@ Verify generated sidecars with:
photoscli verify --out ./backup --sidecar
```
For stricter checks against recent photoscli-generated XMP sidecars:
```bash
photoscli verify --out ./backup --sidecar --strict
```
Inspect one generated sidecar with:
```bash