mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
Fix cli upload json format example
This commit is contained in:
parent
3ea8d140a2
commit
645f4009b0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue