diff --git a/commands b/commands index f1f641a..4a6eea0 100755 --- a/commands +++ b/commands @@ -1 +1,42 @@ #!/usr/bin/env bash + +[[ " help ansible-deploy:help " == *" $1 "* ]] || exit "$DOKKU_NOT_IMPLEMENTED_EXIT" + +set -eo pipefail; [[ $DOKKU_TRACE ]] && set -x + +case "$1" in + + help | ansible-deploy:help) + help_content_func() { + #shellcheck disable=SC2034 + declare desc="return ansible-deploy plugin help content" + cat<