summaryrefslogtreecommitdiffstats
path: root/snap-src/bin/wekan-help
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-08-22 22:20:14 +0300
committerLauri Ojansivu <x@xet7.org>2018-08-22 22:20:14 +0300
commitd0731a4bf48ac9d8fdbc58333d6d1f8b5dbdf1c8 (patch)
treeb2c0139b98f200fde0e2d4e847289027d7edc75e /snap-src/bin/wekan-help
parentcc84bf2de38f15d20a5f46ac9f57e4a967375f88 (diff)
parentd165733242eee22a1a2bb4e2bf451fa96857ef18 (diff)
downloadwekan-d0731a4bf48ac9d8fdbc58333d6d1f8b5dbdf1c8.tar.gz
wekan-d0731a4bf48ac9d8fdbc58333d6d1f8b5dbdf1c8.tar.bz2
wekan-d0731a4bf48ac9d8fdbc58333d6d1f8b5dbdf1c8.zip
Merge branch 'omarsy-devel' into devel
Diffstat (limited to 'snap-src/bin/wekan-help')
-rwxr-xr-xsnap-src/bin/wekan-help6
1 files changed, 6 insertions, 0 deletions
diff --git a/snap-src/bin/wekan-help b/snap-src/bin/wekan-help
index 2cd0f037..76a27183 100755
--- a/snap-src/bin/wekan-help
+++ b/snap-src/bin/wekan-help
@@ -47,6 +47,12 @@ echo -e "\t$ snap set $SNAP_NAME TRUSTED_URL='https://example.com'"
echo -e "\t-Disable the Trusted URL of Wekan:"
echo -e "\t$ snap set $SNAP_NAME TRUSTED_URL=''"
echo -e "\n"
+echo -e "What to send to Outgoing Webhook, or leave out. Example, that includes all that are default: cardId,listId,oldListId,boardId,comment,user,card,commentId ."
+echo -e "To enable the Webhooks Attributes of Wekan:"
+echo -e "\t$ snap set $SNAP_NAME WEBHOOKS_ATTRIBUTES='cardId,listId,oldListId,boardId,comment,user,card,commentId'"
+echo -e "\t-Disable the Webhooks Attributest of Wekan to send all default ones:"
+echo -e "\t$ snap set $SNAP_NAME WEBHOOKS_ATTRIBUTES=''"
+echo -e "\n"
# parse config file for supported settings keys
echo -e "wekan supports settings keys"
echo -e "values can be changed by calling\n$ snap set $SNAP_NAME <key name>='<key value>'"