mirror of
https://github.com/dokku/dokku.git
synced 2025-12-16 12:07:45 +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
148 B
Bash
Executable File
7 lines
148 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -eo pipefail
|
|
[[ $DOKKU_TRACE ]] && set -x
|
|
source "$PLUGIN_AVAILABLE_PATH/certs/help-functions"
|
|
|
|
cmd-certs-help "certs:help"
|