feat: add anonymization example to README

Signed-off-by: Matthis Holleville <matthish29@gmail.com>
This commit is contained in:
Matthis Holleville 2023-04-10 23:14:18 +02:00
parent 30e33495e0
commit 8a60b57940

View File

@ -227,6 +227,12 @@ _Output to JSON_
k8sgpt analyze --explain --filter=Service --output=json k8sgpt analyze --explain --filter=Service --output=json
``` ```
_Anonymize during explain_
```
k8sgpt analyze --explain --filter=Service --output=json --anonymize
```
## Upcoming major milestones ## Upcoming major milestones
- [ ] Multiple AI backend support - [ ] Multiple AI backend support