mirror of
https://github.com/dokku/dokku.git
synced 2025-12-21 14:29:25 +01:00
7 lines
175 B
Plaintext
7 lines
175 B
Plaintext
|
|
#!/usr/bin/env bash
|
||
|
|
source "$PLUGIN_AVAILABLE_PATH/builder-lambda/help-functions"
|
||
|
|
set -eo pipefail
|
||
|
|
[[ $DOKKU_TRACE ]] && set -x
|
||
|
|
|
||
|
|
cmd-builder-lambda-help "builder-lambda:help"
|