fix(docs): add missing --json-output arg to CLI example (#25870)

This commit is contained in:
Dane 2026-02-05 19:00:27 +00:00 committed by GitHub
parent ed4d9abdae
commit 9d8efe2685
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -183,7 +183,7 @@ For example to get a list of files that would be uploaded for further
processing:
```bash
immich upload --dry-run . | tail -n +6 | jq .newFiles[]
immich upload --dry-run --json-output . | tail -n +6 | jq .newFiles[]
```
### Obtain the API Key