From 9d8efe26854b744592bdb194e60f407e8ea42f32 Mon Sep 17 00:00:00 2001 From: Dane Date: Thu, 5 Feb 2026 19:00:27 +0000 Subject: [PATCH] fix(docs): add missing --json-output arg to CLI example (#25870) --- docs/docs/features/command-line-interface.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/features/command-line-interface.md b/docs/docs/features/command-line-interface.md index 4b477600f4..03e96e5080 100644 --- a/docs/docs/features/command-line-interface.md +++ b/docs/docs/features/command-line-interface.md @@ -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