From bdd77662758c46f35041373f1c3ec67ac7f11e06 Mon Sep 17 00:00:00 2001 From: Kharec Date: Fri, 21 Nov 2025 13:13:18 +0100 Subject: [PATCH] docs: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76b83cb..d49ac3a 100644 --- a/README.md +++ b/README.md @@ -272,7 +272,7 @@ You can also set JSON output as the default by setting the `CLI_JSON_OUTPUT` env CLI_JSON_OUTPUT=true ``` -When set, all CLI commands will output JSON by default. You can still override this by using the `--json` flag explicitly or by setting it to `false` in the environment variable. +When set, all CLI commands will output JSON by default. **Note for destructive operations**: When using `--json` with `prune` commands, you must also use the `--yes` flag to skip interactive confirmation prompts: