fix #670, improve decision delete doc (#673)

* fix #670, improve decision delete doc

* fix typo
This commit is contained in:
Thibault "bui" Koechlin 2021-03-10 15:12:09 +01:00 committed by GitHub
parent 7863bad596
commit 534c535490
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -80,6 +80,10 @@ sudo {{v1X.cli.bin}} decisions delete --ip 1.2.3.4
sudo {{v1X.cli.bin}} decisions delete --range 1.2.3.0/24
```
!!! warning
Please note that `cscli decisions list` will show you only the latest alert per given ip/scope.
However, several decisions targeting the same IP can exist. If you want to be sure to clear all decisions for a given ip/scope, use `cscli decisions delete -i x.x.x.x`