mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
Merge pull request #7198 from dokku/6974-builder-herokuish-help
Add builder-herokuish to default help output
This commit is contained in:
15
plugins/builder-herokuish/commands
Executable file
15
plugins/builder-herokuish/commands
Executable file
@@ -0,0 +1,15 @@
|
||||
#!/usr/bin/env bash
|
||||
set -eo pipefail
|
||||
[[ $DOKKU_TRACE ]] && set -x
|
||||
source "$PLUGIN_AVAILABLE_PATH/builder-herokuish/help-functions"
|
||||
|
||||
case "$1" in
|
||||
help | builder-herokuish:help)
|
||||
cmd-builder-herokuish-help "$@"
|
||||
;;
|
||||
|
||||
*)
|
||||
exit "$DOKKU_NOT_IMPLEMENTED_EXIT"
|
||||
;;
|
||||
|
||||
esac
|
||||
Reference in New Issue
Block a user