summaryrefslogtreecommitdiffstats
path: root/snap-src/bin/wekan-help
diff options
context:
space:
mode:
authorAkuket <guillaume.cassou@orange.fr>2019-11-28 11:55:36 +0100
committerAkuket <guillaume.cassou@orange.fr>2019-11-28 11:55:36 +0100
commit07724f99ae909b044f17bc3c0b1f800237747f86 (patch)
treee5439cc44f227ff68ca3b1b45eebf501fa1b9950 /snap-src/bin/wekan-help
parent8898862d36b1f0fe8e7d7bdc80064e5106894d29 (diff)
downloadwekan-07724f99ae909b044f17bc3c0b1f800237747f86.tar.gz
wekan-07724f99ae909b044f17bc3c0b1f800237747f86.tar.bz2
wekan-07724f99ae909b044f17bc3c0b1f800237747f86.zip
Add LINKED_CARDS_ENABLED env var
Diffstat (limited to 'snap-src/bin/wekan-help')
-rwxr-xr-xsnap-src/bin/wekan-help4
1 files changed, 4 insertions, 0 deletions
diff --git a/snap-src/bin/wekan-help b/snap-src/bin/wekan-help
index 6df3a1b4..af20dae5 100755
--- a/snap-src/bin/wekan-help
+++ b/snap-src/bin/wekan-help
@@ -444,6 +444,10 @@ echo -e "Default authentication method."
echo -e "The default authentication method used if a user does not exist to create and authenticate. Method can be password or ldap."
echo -e "\t$ snap set $SNAP_NAME default-authentication-method='ldap'"
echo -e "\n"
+echo -e "Linked cards enabled."
+echo -e "Enable or not the linked cards feature."
+echo -e "\t$ snap set $SNAP_NAME linked-cards-enabled='false'"
+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>'"