mirror of
https://github.com/immich-app/immich.git
synced 2025-12-08 09:13:07 +03:00
fix(docs): cli upload json format example (#22858)
Fix cli upload json format example
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user