improved documentation covering slack usage (#564)

This PR clarrifies how user can use --notify
 -url flag and respect the username by adding
 <username>@ in front of tokenA.
This commit is contained in:
Alexei Tighineanu
2022-05-26 19:28:01 +02:00
committed by GitHub
parent cd7c4f8da3
commit 34f0df2605

View File

@@ -283,7 +283,10 @@ Alternatively you can use the `--message-template-drain` and `--message-template
Here is the syntax:
- slack: `slack://tokenA/tokenB/tokenC`
(`--slack-hook-url` is deprecated but possible to use)
(`slack://<USERNAME>@tokenA/tokenB/tokenC` - in case you want to [respect username](https://github.com/weaveworks/kured/issues/482))
(`--slack-hook-url` is deprecated but possible to use)
- rocketchat: `rocketchat://[username@]rocketchat-host/token[/channel|@recipient]`