Skip to content

Commit

Permalink
feat: add anonymization example to README
Browse files Browse the repository at this point in the history
Signed-off-by: Matthis Holleville <matthish29@gmail.com>
  • Loading branch information
matthisholleville committed Apr 10, 2023
1 parent 30e3349 commit 8a60b57
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8a60b57

Please sign in to comment.