From 6497668bf4a9f13d4cd2c9c8fb4345b3a879a96d Mon Sep 17 00:00:00 2001 From: Ahmed Date: Sat, 1 Feb 2020 23:48:16 +0100 Subject: [PATCH] Add slack webhook flag to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 15a01399..59f8f7ef 100644 --- a/README.md +++ b/README.md @@ -197,6 +197,7 @@ Use `UTC`, `Local` or pick a timezone name from the [(IANA) tz database](https:/ | `--dry-run` | don't kill pods, only log what would have been done | true | | `--log-format` | specify the format of the log messages. Options are text and json | text | | `--log-caller` | include the calling function name and location in the log messages | false | +| `--slack-webhook` | The address of the slack webhook for notifications | disabled | ## Related work