From 215523eacab3705d2fa6327894d57363ac9057f8 Mon Sep 17 00:00:00 2001 From: Abdulla Abdurakhmanov Date: Thu, 15 Aug 2024 13:24:35 +0200 Subject: [PATCH] Readme command line options doc update --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2454048..5d87bb7 100644 --- a/README.md +++ b/README.md @@ -73,10 +73,14 @@ Options: Filter by name using glob patterns such as *.txt -d, --redact List of redacters to use [possible values: gcp-dlp, aws-comprehend, ms-presidio, gemini-llm, open-ai-llm] - --gcp-project-id - GCP project id that will be used to redact and bill API calls --allow-unsupported-copies Allow unsupported types to be copied without redaction + --gcp-project-id + GCP project id that will be used to redact and bill API calls + --gcp-dlp-built-in-info-type + Additional GCP DLP built in info types for redaction + --gcp-dlp-stored-info-type + Additional GCP DLP user defined stored info types for redaction --csv-headers-disable Disable CSV headers (if they are not present) --csv-delimiter