Compare commits

..

2 Commits

Author SHA1 Message Date
96c054aa99 feat: add new parameter 2025-11-21 13:13:27 +01:00
bdd7766275 docs: update readme 2025-11-21 13:13:18 +01:00
2 changed files with 4 additions and 1 deletions

View File

@@ -34,6 +34,9 @@ TITLE=Goyco
DEBUG=false DEBUG=false
BCRYPT_COST=10 BCRYPT_COST=10
# CLI configuration
CLI_JSON_OUTPUT=false
# Rate limiting configuration (nb of request per minutes) # Rate limiting configuration (nb of request per minutes)
RATE_LIMIT_AUTH=10 RATE_LIMIT_AUTH=10
RATE_LIMIT_GENERAL=200 RATE_LIMIT_GENERAL=200

View File

@@ -272,7 +272,7 @@ You can also set JSON output as the default by setting the `CLI_JSON_OUTPUT` env
CLI_JSON_OUTPUT=true 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: **Note for destructive operations**: When using `--json` with `prune` commands, you must also use the `--yes` flag to skip interactive confirmation prompts: