fix(docs): cli upload json format example (#22858)

Fix cli upload json format example
This commit is contained in:
Lee Peuker 2025-10-17 16:08:42 +02:00 committed by GitHub
parent 3ea8d140a2
commit ca745d00ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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