From 8a60b579409c67f092156ba1adf1be22cce37b8c Mon Sep 17 00:00:00 2001 From: Matthis Holleville Date: Mon, 10 Apr 2023 23:14:18 +0200 Subject: [PATCH] feat: add anonymization example to README Signed-off-by: Matthis Holleville --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 14e7a7415e..a35a3bf8dd 100644 --- a/README.md +++ b/README.md @@ -227,6 +227,12 @@ _Output to JSON_ k8sgpt analyze --explain --filter=Service --output=json ``` +_Anonymize during explain_ + +``` +k8sgpt analyze --explain --filter=Service --output=json --anonymize +``` + ## Upcoming major milestones - [ ] Multiple AI backend support