mirror of
https://github.com/dokku/dokku.git
synced 2025-12-25 16:29:30 +01:00
This change removes all deprecated commands. In many cases, users have been warned for a number of releases before the commands have been removed. All commands that were removed have existing alternatives.
7 lines
151 B
Bash
Executable File
7 lines
151 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -eo pipefail
|
|
[[ $DOKKU_TRACE ]] && set -x
|
|
source "$PLUGIN_AVAILABLE_PATH/plugin/help-functions"
|
|
|
|
cmd-plugin-help "plugin:help"
|