mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
Add deprecation notice
This commit is contained in:
committed by
Jose Diaz-Gonzalez
parent
f5cce3c3a3
commit
d9ff7c218d
@@ -6,6 +6,7 @@ source "$PLUGIN_AVAILABLE_PATH/docker-options/functions"
|
||||
docker_options_main_cmd() {
|
||||
declare desc="Display applications docker options"
|
||||
local cmd="docker-options"
|
||||
dokku_log_warn "Deprecated: Please use docker-options:report"
|
||||
|
||||
verify_app_name "$2" && local APP="$2"
|
||||
read -ra passed_phases <<< "$(get_phases "$3")"
|
||||
|
||||
Reference in New Issue
Block a user