fix(docs): cli upload json format example (#22858)
Fix cli upload json format examplepull/21065/head
parent
3ea8d140a2
commit
ca745d00ee
|
|
@ -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…
Reference in New Issue